mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 21:50:50 +02:00
changed startup command
This commit is contained in:
parent
88abf1ad9d
commit
ca3367d093
1 changed files with 3 additions and 2 deletions
5
.github/workflows/main_helpapp.yml
vendored
5
.github/workflows/main_helpapp.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- actions
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -58,6 +59,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app-name: 'helpapp'
|
app-name: 'helpapp'
|
||||||
slot-name: 'Production'
|
slot-name: 'Production'
|
||||||
package: '${{ github.workspace }}/helpapp-backend/user-service/target/user-service-1.0-SNAPSHOT.jar'
|
package: '.'
|
||||||
custom-command: 'mvn spring-boot:run -pl user-service'
|
startup-command: 'mvn spring-boot:run -pl user-service'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue