Skip to content

Commit 3f0562f

Browse files
author
unam98
committed
chore: update prod CodeDeploy app and deployment group name
1 parent 4065d6d commit 3f0562f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prod-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PROD_ACCESS_KEY }}
9191
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PROD_SECRET_KEY }}
9292
run:
93-
aws deploy create-deployment
94-
--application-name runnect-prod-codedeploy
95-
--deployment-group-name runnect-prod-codedeploy-group
93+
aws deploy create-deployment
94+
--application-name runnect-prod-app
95+
--deployment-group-name runnect-prod-deploy-group
9696
--file-exists-behavior OVERWRITE
9797
--s3-location bucket=runnect-prod-bucket,bundleType=zip,key=runnect_prod_server.zip
9898
--region ap-northeast-2

0 commit comments

Comments
 (0)