Skip to content

Commit

Permalink
Try again with the .env files :)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessa committed Aug 3, 2023
1 parent 8ef60ea commit bbe3120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Copy env variables to docker
run: |
echo "${{ secrets.CLIENT_STAGE_ENV_FILE }}" > .env.local
echo "${{ secrets.CLIENT_STAGE_ENV_FILE }}" > client/.env.local
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cms_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Copy env variables to docker
run: |
echo "${{ secrets.CMS_STAGE_ENV_FILE }}" > .env
echo "${{ secrets.CMS_STAGE_ENV_FILE }}" > cms/.env
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit bbe3120

Please sign in to comment.