We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4b3ea commit 5b2bdc0Copy full SHA for 5b2bdc0
1 file changed
.github/workflows/ci_cd_pipeline.yml
@@ -96,7 +96,9 @@ jobs:
96
cd /home/${{ secrets.EC2_USERNAME }}/postdm
97
98
echo "Logging in to ECR..."
99
- aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin ${{ secrets.ECR_REGISTRY }}
+ aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin ${{ secrets.AWS_ECR_REPOSITORY }}
100
+ aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin ${{ secrets.AWS_ECR_FRONTEND_REPOSITORY }}
101
+
102
103
echo "Updating .env file"
104
cat <<EOF > .env
0 commit comments