feat: changed deploy.yml
This commit is contained in:
parent
07ada54bc8
commit
c637aadee4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
|
||||
- name: Build JAR
|
||||
run: ./mvnw clean package -DskipTests
|
||||
run: ./mvnw clean package -Pproduction -DskipTests
|
||||
|
||||
- name: Set up SSH key
|
||||
uses: webfactory/ssh-agent@v0.5.3
|
||||
|
|
Loading…
Reference in a new issue