Skip to content

Commit

Permalink
Fix error in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Jul 30, 2024
1 parent 4091c9f commit 6646a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Copy env variables to docker
run: |
echo "${{ secrets[format('{0}_CMS_ENV', steps.extract_environment.outputs.environment)] }}" > cms/.env.local
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
- name: Build and Push Container
Expand Down

0 comments on commit 6646a3b

Please sign in to comment.