We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a788089 + 5f7d142 commit b62003cCopy full SHA for b62003c
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
./spring-build.zip s3://backend-podostore
81
82
- name: Code Deploy 배포 요청
83
- run: aws deploy create-deployment --application-name spring-deploy
+ run: aws deploy create-deployment --application-name deploy
84
--deployment-config-name CodeDeployDefault.OneAtATime
85
--deployment-group-name spring-deploy-group
86
--s3-location bucket=backend-podostore,bundleType=zip,key=spring-build.zip
0 commit comments