Skip to content

Commit

Permalink
Merge pull request #58 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 2dcd5bb + e23d05f commit 571af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--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
--s3-location bucket=${{ secrets.STG_AWS_S3_BUCKET_NAME }},bundleType=zip,key=qtudy.zip
--region ap-northeast-2
Expand Down

0 comments on commit 571af65

Please sign in to comment.