From 6cbda60b75f89db90ba67890735de388efd4549d Mon Sep 17 00:00:00 2001 From: Liosha Date: Mon, 27 Apr 2026 14:34:50 +0300 Subject: [PATCH] production and staging(development) --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c3edf5e..5dd66ec 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: --restart always \ -v /var/run/docker.sock:/var/run/docker.sock \ -e SPRING_PROFILES_ACTIVE=prod \ - -e SPRING_DATASOURCE_URL=jdbc:postgresql://jambotron-db-server:5432/$DB \ + -e SPRING_DATASOURCE_URL=jdbc:postgresql://jambo-postgres:5432/$DB \ -e SPRING_DATASOURCE_USERNAME=jambotron_admin \ -e SPRING_DATASOURCE_PASSWORD=jambo_secret_pass \ -l "caddy=$DOMAIN" \