Skip to content

Commit

Permalink
Merge pull request #25 from ktb1-eight/fixed/cicd-1
Browse files Browse the repository at this point in the history
ai파트와의 연결을 위해 ec2 주소를 추가했습니다.
  • Loading branch information
alswp006 authored Sep 11, 2024
2 parents cd3c01a + ffec21d commit d944623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
-e DB_PASSWORD=$(aws ssm get-parameter --name "/bami/DB_PASSWORD" --with-decryption --query "Parameter.Value" --output text) \
-e EC2_PUBLIC_DNS=$(aws ssm get-parameter --name "/bami/PUBLIC_DNS_ADDR" --query "Parameter.Value" --output text) \
-e CLOUDFRONT_BASE_URL=$(aws ssm get-parameter --name "/bami/CLOUDFRONT_BASE_URL" --query "Parameter.Value" --output text) \
bami-backend:latest
-e AI_EC2_ADDR=$(aws ssm get-parameter --name "/bami/AI_EC2_ADDR" --query "Parameter.Value" --output text) \
bami-backend:latest || exit 1
echo "Deployment completed successfully."
EOF
Expand Down

0 comments on commit d944623

Please sign in to comment.