From 7f15e2a7328627e9b3448a796836530d0d158b70 Mon Sep 17 00:00:00 2001 From: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:35:29 +0530 Subject: [PATCH] Update dev-ci-cd.yml --- .github/workflows/dev-ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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