Skip to content

Commit

Permalink
chore: s3, codedeploy 명 변경 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Nov 8, 2024
1 parent b5b3bcf commit 394f543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: aws s3 cp --region ap-northeast-2 ./build.zip s3://smunity-web/build.zip
run: aws s3 cp --region ap-northeast-2 ./build.zip s3://smunity/build.zip

- name: Deploy
run: aws deploy create-deployment
--application-name ec2-code-deploy
--application-name smunity
--deployment-config-name CodeDeployDefault.AllAtOnce
--deployment-group-name smunity
--s3-location bucket=smunity-web,key=build.zip,bundleType=zip
--deployment-group-name smunity-web
--s3-location bucket=smunity,key=build.zip,bundleType=zip

0 comments on commit 394f543

Please sign in to comment.