Skip to content

Commit

Permalink
[DEPLOY] main.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYoonShin committed Aug 30, 2024
1 parent 692e8fe commit 8a08146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
--application-name ${{ env.CODE_DEPLOY_APPLICATION_NAME }} \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
--s3-location bucket=$S3_BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip
--s3-location bucket=$S3_BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip \
--file-exists-behavior OVERWRITE

0 comments on commit 8a08146

Please sign in to comment.