Skip to content

Commit 517e9fd

Browse files
committed
ci: limit to 1 machine at all times
1 parent db08c0b commit 517e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fly-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: superfly/flyctl-actions/setup-flyctl@master
14-
- run: flyctl deploy --remote-only
14+
- run: flyctl deploy --remote-only --ha=false
1515
env:
1616
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)