Skip to content

Commit

Permalink
신규 AWS 계정으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
whdgns5059 committed Jan 4, 2024
1 parent 0ba8907 commit 54a42ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read

env:
S3_BUCKET_NAME: coolpeacebucket
S3_BUCKET_NAME: coolpeace-s3

jobs:
build:
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
run: |
aws deploy create-deployment \
--region ap-northeast-2 \
--application-name coolpeace-cd \
--application-name coolpeace-codedeploy \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name coolpeace-cd-group \
--deployment-group-name coolpeace-deploy-group \
--file-exists-behavior OVERWRITE \
--s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$GITHUB_SHA.zip

0 comments on commit 54a42ab

Please sign in to comment.