Skip to content

Commit

Permalink
Fix another mistake in the deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Jul 30, 2024
1 parent 6646a3b commit be7fd5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
- name: Copy env variables to docker
run: |
echo "${{ secrets[format('{0}_CMS_ENV', steps.extract_environment.outputs.environment)] }}" > cms/.env
echo "${{ secrets[format('{0}_CMS_ENV_TF_MANAGED', steps.extract_environment.outputs.environment)] }}" > cms/.env
# append Terraform managed secrets
echo "${{ secrets[format('{0}_CMS_ENV_TF_MANAGED', steps.extract_environment.outputs.environment)] }}" >> cms/.env
- name: Build and Push Container
env:
Expand Down

0 comments on commit be7fd5b

Please sign in to comment.