Skip to content

Commit

Permalink
Merge pull request #57 from capstone-five-ai/feat/cicd
Browse files Browse the repository at this point in the history
배포 테스트
  • Loading branch information
yujamint authored Jun 1, 2024
2 parents 3965d45 + 2396246 commit 2dcd5bb
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 2dcd5bb

Please sign in to comment.