mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Removes quotes as they don't look to be required, moves setting of profile to JVM command
This commit is contained in:
parent
dbd1e26b1c
commit
98fe8ccbc0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -98,4 +98,5 @@ jobs:
|
|||
app-name: ${{ env.DEV_APP_NAME }}
|
||||
use-staging-deployment: false
|
||||
package: ${{ github.workspace }}/*.jar
|
||||
environment-variables: -POSTGRES_USER="${{ env.POSTGRES_USER }}" -POSTGRES_PASS="${{ env.POSTGRES_PASS }}" -POSTGRES_URL="${{ env.POSTGRES_URL }}" -spring.profiles.active="postgres"
|
||||
jvm-options: -Dspring.profiles.active=postgres
|
||||
environment-variables: -POSTGRES_USER=${{ env.POSTGRES_USER }} -POSTGRES_PASS=${{ env.POSTGRES_PASS }} -POSTGRES_URL=${{ env.POSTGRES_URL }}
|
||||
|
|
Loading…
Reference in a new issue