Skip to content

Commit

Permalink
MATE-95 : [FIX] aws deploy create-deployment 명령어의 형식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
juchan204 committed Dec 5, 2024
1 parent b49a5f3 commit 7ccbfe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.tar.gz s3://catchmi-bucket/$GITHUB_SHA.tar.gz

- name: Code Deploy를 활용해 EC2에 프로젝트 코드 배포
run: aws deploy create-deployment \
run: |
aws deploy create-deployment \
--application-name catchmi-server \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name Develop \
Expand Down

0 comments on commit 7ccbfe7

Please sign in to comment.