Skip to content

Commit f557ba1

Browse files
authored
increase timeout for deployment job to 60 minutes (#163)
1 parent c6065f9 commit f557ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
deploy:
3535
name: deploy app
3636
runs-on: ubuntu-latest
37-
timeout-minutes: 30
37+
timeout-minutes: 60
3838
environment:
3939
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}
4040
url: ${{ github.ref == 'refs/heads/main' && env.PRODUCTION_URL || env.STAGING_URL }}

0 commit comments

Comments
 (0)