CI test
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 22s

This commit is contained in:
Murat Özkorkmaz
2025-10-22 01:14:58 +02:00
parent 47333beb5e
commit 44d2748785

View File

@@ -70,6 +70,7 @@ jobs:
docker run -d \
--name skamp-app \
--restart unless-stopped \
--network proxy \
-p ${{ vars.APP_PORT }}:8080 \
-e SPRING_PROFILES_ACTIVE=${{ vars.SPRING_PROFILES_ACTIVE }} \
-e SPRING_DATASOURCE_URL=jdbc:postgresql://${{ secrets.POSTGRES_HOST }}:${{ secrets.POSTGRES_PORT }}/${{ secrets.POSTGRES_DB }} \