Webhooks for the AT Protocol airglow.run
atproto atprotocol automation webhook
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: remove deploy

Hugo 886f2d35 3493dc2c

+4 -3
+4 -3
.tangled/workflows/deploy.yaml
··· 10 10 dependencies: 11 11 nixpkgs/nixpkgs-unstable: 12 12 - bun 13 + - nodejs 13 14 14 15 environment: 15 16 NODE_ENV: "production" ··· 23 24 command: "bun run test" 24 25 - name: "Build" 25 26 command: "bun run build" 26 - - name: "Deploy to Railway" 27 - command: | 28 - bunx @railway/cli up --detach --service airglow 27 + # - name: "Deploy to Railway" 28 + # command: | 29 + # bunx @railway/cli up --detach --service airglow