Skip to content

Commit

Permalink
Increase Fly Deploy Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Aug 8, 2023
1 parent c364a56 commit 63f0d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -c fly.production.toml --remote-only
- run: flyctl deploy -c fly.production.toml --remote-only --wait-timeout 300
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
staging-deploy:
Expand All @@ -22,6 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy -c fly.staging.toml --remote-only
- run: flyctl deploy -c fly.staging.toml --remote-only --wait-timeout 300
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 63f0d30

Please sign in to comment.