diff --git a/.github/workflows/uat-ci-cd.yml b/.github/workflows/uat-ci-cd.yml index f47fc50..d510c98 100644 --- a/.github/workflows/uat-ci-cd.yml +++ b/.github/workflows/uat-ci-cd.yml @@ -93,6 +93,9 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- + - name: Copy env file + run: aws s3 cp s3://${{ secrets.ENV_FILE_BUCKET_PATH }}/env.config ./.env + - name: Build and push id: docker_build uses: docker/build-push-action@v3