diff --git a/.github/workflows/client_ci_cd.yml b/.github/workflows/client_ci_cd.yml index 24ab1e7b..9e77f928 100644 --- a/.github/workflows/client_ci_cd.yml +++ b/.github/workflows/client_ci_cd.yml @@ -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 diff --git a/.github/workflows/cms_ci_cd.yml b/.github/workflows/cms_ci_cd.yml index a1a0bb18..12632c15 100644 --- a/.github/workflows/cms_ci_cd.yml +++ b/.github/workflows/cms_ci_cd.yml @@ -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