mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 13:40: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:
|
||||
branches:
|
||||
- main
|
||||
- actions
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -58,6 +59,6 @@ jobs:
|
|||
with:
|
||||
app-name: 'helpapp'
|
||||
slot-name: 'Production'
|
||||
package: '${{ github.workspace }}/helpapp-backend/user-service/target/user-service-1.0-SNAPSHOT.jar'
|
||||
custom-command: 'mvn spring-boot:run -pl user-service'
|
||||
package: '.'
|
||||
startup-command: 'mvn spring-boot:run -pl user-service'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue