Commit07c0a10unknown_key
fix(ci): disable automatic Fly.io deploys until credit card added
fix(ci): disable automatic Fly.io deploys until credit card added The Fly.io trial has ended and automatic deployments fail with: "trial has ended, please add a credit card by visiting https://fly.io/trial" This change disables automatic deployments on push to main. Deployments can still be triggered manually via workflow_dispatch once the credit card is added to the Fly.io account. To re-enable automatic deployments: 1. Add credit card at https://fly.io/trial 2. Uncomment the push trigger in .github/workflows/fly-deploy.yml Agent-Logs-Url: https://github.com/ccantynz-alt/Gluecron.com/sessions/e7ac2821-9092-4493-91f1-cd5904f8abb0 Co-authored-by: ccantynz-alt <251062557+ccantynz-alt@users.noreply.github.com>
1 file changed+4−407c0a10e8d8e9035c34ad21f9587929d3b7f7c10
1 changed file+4−4
Modified.github/workflows/fly-deploy.yml+4−4View fileUnifiedSplit
@@ -1,10 +1,10 @@
11name: Fly Deploy
22
33on:
4 push:
5 branches:
6 - main
7 - claude/build-status-update-3MXsf
4 # Disabled automatic deploys until Fly.io credit card is added
5 # push:
6 # branches:
7 # - main
88 workflow_dispatch: {}
99
1010concurrency:
1111