Skip to content

Commit

Permalink
ci: Bump deploy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed May 13, 2024
1 parent 2f25a54 commit cdc1315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: production
url: https://celest.dev
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: preview
url: https://pr-${{ github.event.pull_request.number }}.preview.celest.dev
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
Expand Down

0 comments on commit cdc1315

Please sign in to comment.