Skip to content

Commit

Permalink
Update aha-prod-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Aug 5, 2024
1 parent 51b077d commit 31c013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aha-prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 31c013a

Please sign in to comment.