tangled
alpha
login
or
join now
veryroundbird.house
/
pds-dash
4
fork
atom
pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)
4
fork
atom
overview
issues
pulls
pipelines
does THIS make the config file work
veryroundbird.house
6 months ago
9dae9743
a4799222
+3
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+3
-1
.tangled/workflows/build.yml
···
12
12
- name: "Copy config to server"
13
13
command: |
14
14
echo "🪶 copying config from secrets"
15
15
-
echo "${{secrets.CONFIG}}" > config.ts
15
15
+
cat > config.ts << EOF
16
16
+
${{secrets.CONFIG}}
17
17
+
EOF
16
18
17
19
- name: "Set up Deno"
18
20
command: |