Skip to content

Commit

Permalink
fix: 잘못된 code deploy 옵션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Jun 1, 2024
1 parent 64a6f38 commit 2396246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
- name: Code Deploy 통해 배포
run: >
aws deploy create-deployment
--application-name $AWS_CODE_DEPLOY_APPLICATION_NAME
--file-exists-behavior OVERWRITE
--deployment-config-name QtudyStageCodeDeploy
--application-name QtudyStageCodeDeploy
--deployment-group-name QtudyStageCodeDeploy-DepGrp
--file-exists-behavior OVERWRITE
--deployment-config-name CodeDeployDefault.AllAtOnce
--s3-location bucket=${{ secrets.STG_AWS_S3_BUCKET_NAME }}, bundleType=zip, key=qtudy.zip
--region ap-northeast-2
Expand Down

0 comments on commit 2396246

Please sign in to comment.