Skip to content

Commit

Permalink
Extend deployment timeouts (#357)
Browse files Browse the repository at this point in the history
* Extend deployment timeouts

* Remove from e2e
  • Loading branch information
neekolas authored Feb 21, 2024
1 parent db7c40f commit f91a285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Deploy (dev)
uses: xmtp-labs/terraform-deployer@v1
timeout-minutes: 60
with:
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
Expand All @@ -45,6 +46,7 @@ jobs:

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

0 comments on commit f91a285

Please sign in to comment.