Skip to content

Commit a715da3

Browse files
CI/CD deployment change: worker type - medium (1vCore, 2GB RAM)
-DworkerType=MEDIUM \ -Dworkers=1 \
1 parent 21410db commit a715da3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/on-push-build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
-Dslack.client_id="${{ secrets.SLACK_CLIENT_ID }}" \
126126
-Dslack.client_secret="${{ secrets.SLACK_CLIENT_SECRET }}" \
127127
-Dslack.enabled=true \
128+
-DworkerType=MEDIUM \
129+
-Dworkers=1 \
128130
-DskipTests
129131
130132

.github/workflows/production-on-push-build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
-Dslack.client_id="${{ secrets.SLACK_CLIENT_ID }}" \
126126
-Dslack.client_secret="${{ secrets.SLACK_CLIENT_SECRET }}" \
127127
-Dslack.enabled=true \
128+
-DworkerType=MEDIUM \
129+
-Dworkers=1 \
128130
-DskipTests
129131
130132

0 commit comments

Comments
 (0)