Skip to content

Commit d7291d8

Browse files
Fix deployment type: 0.1vCore -> 1vCore
1 parent afe9238 commit d7291d8

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ 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 \
130128
-DskipTests
131129
132130

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ 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 \
130128
-DskipTests
131129
132130

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<password>${anypoint.password}</password>
3636
<applicationName>${app.name}</applicationName>
3737
<environment>${env}</environment>
38-
<workerType>MICRO</workerType>
38+
<workerType>MEDIUM</workerType>
3939
<region>us-east-2</region>
4040
<workers>1</workers>
4141
<objectStoreV2>true</objectStoreV2>

0 commit comments

Comments
 (0)