Skip to content

Commit

Permalink
ci: configure deployer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Feb 22, 2024
1 parent f91a285 commit b30720f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Deploy (dev)
uses: xmtp-labs/terraform-deployer@v1
timeout-minutes: 60
timeout-minutes: 45
with:
timeout: 45m
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
terraform-workspace: dev
Expand All @@ -46,8 +47,9 @@ jobs:

- name: Deploy (production)
uses: xmtp-labs/terraform-deployer@v1
timeout-minutes: 60
timeout-minutes: 45
with:
timeout: 45m
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
terraform-workspace: production
Expand Down

0 comments on commit b30720f

Please sign in to comment.