Skip to content

Commit d4bb581

Browse files
authored
Merge pull request #189 from Runnect/feature/update-prod-cd-workflow
chore: update prod CodeDeploy app and deployment group name
2 parents c7b50f8 + 8bc5548 commit d4bb581

2 files changed

Lines changed: 5 additions & 5 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

β€Ž.github/workflows/prod-ci.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Grant execute permission for gradlew
4141
run: chmod +x gradlew
4242

43-
- name: Build with Gradle # μ‹€μ œ application build
44-
run: ./gradlew build
43+
- name: Build with Gradle
44+
run: ./gradlew build -x test

0 commit comments

Comments
Β (0)