Skip to content

Commit

Permalink
update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Sep 17, 2023
1 parent ffce273 commit 511176c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
push:
branches: [ development ]
env:
MAVEN_OPTS: -Xms4096m -Xmx6144m -XX:MaxPermSize=6144m
JAVA_OPTS: -Xms4096m -Xmx6144m -XX:MaxPermSize=6144m
MAVEN_OPTS: -Xms6144m -Xmx8192m -XX:MaxPermSize=8192m
JAVA_OPTS: -Xms6144m -Xmx8192m -XX:MaxPermSize=8192m

jobs:
publish-app:
Expand Down

0 comments on commit 511176c

Please sign in to comment.