Skip to content

Commit

Permalink
[chore] code deploy group 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh authored Jan 13, 2024
1 parent 39eb0bd commit 5a9ed66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
run:
aws deploy create-deployment
--application-name asap-server-codedeploy
--deployment-group-name asap-server-codedeploy-group
--application-name asap-prod-code-deploy
--deployment-group-name asap-prod-server
--file-exists-behavior OVERWRITE
--s3-location bucket=asap-server,bundleType=zip,key=asap_server.zip
--region ap-northeast-2

0 comments on commit 5a9ed66

Please sign in to comment.