pipeline fix v11
All checks were successful
Docker Image CI / build-and-push (push) Successful in 10m51s
Docker Image CI / deploy (push) Successful in 27s
Docker Image CI / notify-failure (push) Has been skipped

This commit is contained in:
2025-03-23 21:52:26 +01:00
parent df85f7da5c
commit 608785088c

View File

@@ -118,7 +118,7 @@ jobs:
docker pull veenm/paypoint-backend-jvm:$VERSION
docker run -d --name paypoint-backend --restart unless-stopped -p 15000:8080 \
docker run -d --name paypoint-backend --restart unless-stopped -p 15001:8080 \
-e DB_HOST="$DB_HOST" \
-e DB_PORT="$DB_PORT" \
-e DB_USERNAME="$DB_USERNAME" \