interactive intro to open social at-me.zzstoatzz.io

update workflow to trigger on push to main

+2 -2
+2 -2
.tangled/workflows/deploy.yaml
··· 2 3 when: 4 - event: ["push"] 5 - branch: ["ci-setup"] 6 7 dependencies: 8 nixpkgs: 9 - flyctl 10 11 steps: 12 - - name: deploy to fly.io 13 command: | 14 flyctl deploy --remote-only
··· 2 3 when: 4 - event: ["push"] 5 + branch: ["main"] 6 7 dependencies: 8 nixpkgs: 9 - flyctl 10 11 steps: 12 + - name: Deploy to fly.io 13 command: | 14 flyctl deploy --remote-only