Skip to content

Commit

Permalink
fix: only one fly machine
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Feb 19, 2024
1 parent 25ea848 commit f33cb95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flyio-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
name: built-uberjar

- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
# --ha=false because by default fly.io spins two machines for high availability
- run: flyctl deploy --remote-only --ha=false
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit f33cb95

Please sign in to comment.