Skip to content

Commit

Permalink
rename: deploy group name
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 19, 2024
1 parent e5038a3 commit 3aceaeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
# Deploy 시작
- name: Deploy with AWS codeDeploy
run: |
aws deploy create-deployment --application-name fullcar-codedeploy
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name DEPLOY-GROUP
--s3-location bucket=fullcar-build,bundleType=zip,key=deploy/fullcar.zip
aws deploy create-deployment
--application-name fullcar-codedeploy
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name GROUP
--s3-location bucket=fullcar-build,bundleType=zip,key=deploy/fullcar.zip

0 comments on commit 3aceaeb

Please sign in to comment.