Skip to content

Commit

Permalink
feat: codeDeploy S3위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Sep 25, 2024
1 parent d80e6de commit 545ae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
aws-region: ap-northeast-2

- name: CodeDeploy
run: aws deploy create-deployment --application-name $CODE_DEPLOY_APP_NAME --deployment-config-name CodeDeployDefault.OneAtATime --deployment-group-name $DEPLOYMENT_GROUP_NAME --s3-location bucket=${{ secrets.BUCKET_NAME }},bundleType=zip,key=$CODE_DEPLOY_APP_NAME/deploy.zip
run: aws deploy create-deployment --application-name $CODE_DEPLOY_APP_NAME --deployment-config-name CodeDeployDefault.OneAtATime --deployment-group-name $DEPLOYMENT_GROUP_NAME --s3-location bucket=${{ secrets.BUCKET_NAME }},bundleType=zip,key=${{ env.PROJECT_NAME }}/deploy.zip



Expand Down

0 comments on commit 545ae48

Please sign in to comment.