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
··· 12 12 - name: "Copy config to server" 13 13 command: | 14 14 echo "🪶 copying config from secrets" 15 - cat >> config.ts < "EOF" 15 + CONF=$(cat << "EOF" 16 16 ${{ secrets.CONFIG }} 17 17 EOF 18 + ) 18 19 echo "🪶 debugging config" 19 - cat config.ts 20 + echo "${CONF}" > config.ts 21 + cat config.ts 20 22 21 23 - name: "Set up Deno" 22 24 command: |