Skip to content

Commit b62003c

Browse files
Merge pull request #217 from Podo-Store/develop
deploy.yml 수정(#213)
2 parents a788089 + 5f7d142 commit b62003c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
./spring-build.zip s3://backend-podostore
8181
8282
- name: Code Deploy 배포 요청
83-
run: aws deploy create-deployment --application-name spring-deploy
83+
run: aws deploy create-deployment --application-name deploy
8484
--deployment-config-name CodeDeployDefault.OneAtATime
8585
--deployment-group-name spring-deploy-group
8686
--s3-location bucket=backend-podostore,bundleType=zip,key=spring-build.zip

0 commit comments

Comments
 (0)