diff --git a/.github/workflows/dev-ci-cd.yml b/.github/workflows/dev-ci-cd.yml index 09933a5..c2c169b 100644 --- a/.github/workflows/dev-ci-cd.yml +++ b/.github/workflows/dev-ci-cd.yml @@ -62,8 +62,8 @@ jobs: ${{ runner.os }}-buildx- - name: Copy env file - run: aws s3 cp s3://${{ secrets.ENV_FILE_BUCKET_PATH }}/.env ./.env - + 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@v2