git-ents.gitmain
⌘K
foforge
commit 0750788
ci: pass app name explicitly to flyctl deploy

Assisted-by: Claude:claude-opus-4-8

Joseph D. Carpinelli · 2 months ago

Reviews

No reviews of this commit yet — record a verdict below.

Start a review

verdict

.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