Skip to content

Commit

Permalink
cicd: cd workflow ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Dec 22, 2023
1 parent 52b6738 commit 8bbb389
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 @@ -66,9 +66,9 @@ jobs:
- name: Code Deploy
run: aws deploy create-deployment --application-name melly-prod-deploy
run: aws deploy create-deployment --application-name melly-deploy
--deployment-config-name CodeDeployDefault.HalfAtATime
--deployment-group-name melly-prod-deploy-group
--deployment-group-name melly-deploy-group
--s3-location bucket=melly-s3,bundleType=zip,key=spring-build.zip

- name: Send Slack Message
Expand Down

0 comments on commit 8bbb389

Please sign in to comment.