Skip to content

Commit

Permalink
chore(infrastructure): Add timeout to the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alepefe committed Nov 4, 2024
1 parent ddc8d07 commit b492cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,6 @@ jobs:
environment_name: ${{ secrets.TF_PROJECT_NAME}}-${{ needs.set_environment.outputs.env_name }}-environment
region: ${{ secrets.TF_AWS_REGION }}
version_label: ${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }}
deployment_package: infrastructure/source_bundle/deploy.zip
deployment_package: infrastructure/source_bundle/deploy.zip
wait_for_deployment: true
timeout-minutes: 2

0 comments on commit b492cdf

Please sign in to comment.