Skip to content

Commit

Permalink
Fix: ci-cd codedeploy 옵션 AllAtOnce
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJae-H committed Sep 3, 2024
1 parent ab485e3 commit 654a195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ jobs:
run: |
aws deploy create-deployment \
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }} \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ secrets.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
--s3-location bucket=$S3_BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip
Expand Down

0 comments on commit 654a195

Please sign in to comment.