CI test
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 22s
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 22s
This commit is contained in:
@@ -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 }} \
|
||||
|
||||
Reference in New Issue
Block a user