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

more testing

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