Skip to content

Commit

Permalink
chore(infrastructure): Remove deploy.yaml jop step timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe authored and Andrés González committed Nov 5, 2024
1 parent 1e10d9d commit 0565cc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,4 @@ jobs:
region: ${{ secrets.TF_AWS_REGION }}
version_label: ${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }}
deployment_package: infrastructure/source_bundle/deploy.zip
wait_for_deployment: true
timeout-minutes: 2
wait_for_deployment: true

0 comments on commit 0565cc5

Please sign in to comment.