Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Sep 20, 2023
2 parents fcbbca7 + 4a4244e commit 0fa0d89
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Deploy
run: |
flyctl -c fly.${{ env.DEPLOYMENT_ENVIRONMENT }}.toml deploy --remote-only --wait-timeout=3600 --env BUILD_TAG=`git rev-parse --short HEAD`
flyctl -c fly.${{ env.DEPLOYMENT_ENVIRONMENT }}.toml deploy --remote-only --wait-timeout=7200 --env BUILD_TAG=`git rev-parse --short HEAD`
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

Expand Down
Loading

0 comments on commit 0fa0d89

Please sign in to comment.