Skip to content

Commit

Permalink
added env variable declaration (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass authored Jul 10, 2024
1 parent 11e0764 commit 30e94c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
TF_VAR_environment: ${{ vars.ENV_SHORT_NAME }}
TF_VAR_name_prefix: "tb-${{ vars.PROJECT_SHORT_NAME }}-${{ vars.ENV_SHORT_NAME }}"
TF_VAR_frontend_url: ${{ vars.FRONTEND_URL }}
TF_VAR_ssl_cert_arn: ${{ vars.SSL_CERT_ARN }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30e94c2

Please sign in to comment.