Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnu committed Nov 28, 2023
1 parent 44e6c55 commit 26afa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: terraform apply app
env:
TF_VAR_target_env: ${{ env.environment }}
TF_VAR_target_env: ${{ inputs.env }}}
TF_VAR_app_image: ${{ env.IMAGE_ID }}:${{ github.sha }}
working-directory: src/terraform/app
run: |
Expand Down

0 comments on commit 26afa43

Please sign in to comment.