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.
1 parent e71f646 commit ed504f5Copy full SHA for ed504f5
.github/workflows/deploy.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
aws deploy create-deployment \
71
--application-name Reev-CodeDeploy \
72
- --deployment-group-name AppDeploymentGroup \
+ --deployment-group-name Reev-CodeDeploy \
73
--s3-location bucket=${{ secrets.S3_BUCKET_NAME }},key=app-bundle.zip,bundleType=zip \
74
--file-exists-behavior OVERWRITE \
75
--region ap-northeast-2
0 commit comments