Commit9e6fd14unknown_key
Merge pull request #79 from ccantynz-alt/claude/fix-actions-and-process
Merge pull request #79 from ccantynz-alt/claude/fix-actions-and-process fix(ci): disable automatic Fly.io deploys until credit card added
1 file changed+4−49e6fd14c4e3fc0e8cc16678fd3d1088fec9e726c
1 changed file+4−4
Modified.github/workflows/fly-deploy.yml+4−4View fileUnifiedSplit
@@ -5,10 +5,10 @@ name: Fly Deploy
55permissions: read-all
66
77on:
8 push:
9 branches:
10 - main
11 - claude/build-status-update-3MXsf
8 # Disabled automatic deploys until Fly.io credit card is added
9 # push:
10 # branches:
11 # - main
1212 workflow_dispatch: {}
1313
1414concurrency:
1515