From 31c013a89e2e14c983df758803dc2d59d77991f2 Mon Sep 17 00:00:00 2001 From: rf-opssupport <84499879+rf-opssupport@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:34:16 +0530 Subject: [PATCH] Update aha-prod-ci-cd.yml --- .github/workflows/aha-prod-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aha-prod-ci-cd.yml b/.github/workflows/aha-prod-ci-cd.yml index 33ca0ed6..8b1b06c1 100755 --- a/.github/workflows/aha-prod-ci-cd.yml +++ b/.github/workflows/aha-prod-ci-cd.yml @@ -48,7 +48,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - 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 }}/rean-admin-portal/.env ./.env - name: Get ECR Image Tag if: ${{ steps.checkTag.outputs.exists == 'true' }}