Skip to content

Commit

Permalink
๐Ÿ‘ท ๋นŒ๋“œ ์Šคํฌ๋ฆฝํŠธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
- ๋นŒ๋“œ ์Šคํฌ๋ฆฝํŠธ๋ฅผ aws ๋ณ€๊ฒฝ์— ๋งž๊ฒŒ ์ˆ˜์ •ํ•˜์˜€์Šต๋‹ˆ๋‹ค.
  • Loading branch information
Ganghee-Lee-0522 committed Jan 11, 2024
1 parent 00815d0 commit fb4c944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
# CodeDeploy์— ๋ฐฐํฌ ์š”์ฒญ
- name: Code Deploy Deployment Request
run: |
aws deploy create-deployment --application-name kidari \
aws deploy create-deployment --application-name newkidari \
--deployment-config-name CodeDeployDefault.OneAtATime \
--deployment-group-name kidari \
--deployment-group-name newkidari \
--s3-location bucket=kidari,bundleType=zip,key=kidari-build.zip
# ๋ฐฐํฌ ๊ฒฐ๊ณผ Slack ์•Œ๋žŒ ์ „์†ก
Expand Down

0 comments on commit fb4c944

Please sign in to comment.