pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)

does THIS do the thing

Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/build.yml
···
- name: "Copy config to server"
command: |
echo "🪶 copying config from secrets"
-
cat > config.ts << EOF
-
${{secrets.CONFIG}}
+
cat >> config.ts <<'EOF'
+
${{ secrets.CONFIG }}
EOF
- name: "Set up Deno"