We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4065d6d commit 3f0562fCopy full SHA for 3f0562f
1 file changed
.github/workflows/prod-cd.yml
@@ -90,9 +90,9 @@ jobs:
90
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PROD_ACCESS_KEY }}
91
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PROD_SECRET_KEY }}
92
run:
93
- aws deploy create-deployment
94
- --application-name runnect-prod-codedeploy
95
- --deployment-group-name runnect-prod-codedeploy-group
+ aws deploy create-deployment
+ --application-name runnect-prod-app
+ --deployment-group-name runnect-prod-deploy-group
96
--file-exists-behavior OVERWRITE
97
--s3-location bucket=runnect-prod-bucket,bundleType=zip,key=runnect_prod_server.zip
98
--region ap-northeast-2
0 commit comments