Skip to content

Commit

Permalink
ci: limit to 1 machine at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jan 3, 2025
1 parent db08c0b commit 517e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
- run: flyctl deploy --remote-only --ha=false
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 517e9fd

Please sign in to comment.