Skip to content

Commit

Permalink
cicd: workflow ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Dec 7, 2023
1 parent 151cb83 commit 487f073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# ์ถ”๊ฐ€
- name: Code Deploy
run: aws deploy create-deployment --application-name melly-codedeploy
run: aws deploy create-deployment --application-name melly
--deployment-config-name CodeDeployDefault.HalfAtATime
--deployment-group-name spring-deploy-group
--deployment-group-name melly-group
--s3-location bucket=melly-s3,bundleType=zip,key=spring-build.zip

0 comments on commit 487f073

Please sign in to comment.