ci: pass app name explicitly to flyctl deploy
commit
0750788ci: pass app name explicitly to flyctl deploy
Assisted-by: Claude:claude-opus-4-8
Reviews
No reviews of this commit yet — record a verdict below.
Start a review
.github/workflows/CD.yml
@@ -92,4 +92,4 @@
- name: Deploy to Fly.io
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- run: flyctl deploy --config .config/fly.toml --remote-only
+ run: flyctl deploy -c .config/fly.toml -a git-ents-server --remote-only