From 479482e10c7ad214aa5f6e55828ee239d0da53e3 Mon Sep 17 00:00:00 2001 From: chenqi Date: Sat, 28 Feb 2026 16:32:45 +0800 Subject: [PATCH] fix: update deploy path to /data/spug/service/hospital_performance --- spug/deploy-docker-compose.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug/deploy-docker-compose.sh b/spug/deploy-docker-compose.sh index 3e6294f..c780960 100644 --- a/spug/deploy-docker-compose.sh +++ b/spug/deploy-docker-compose.sh @@ -5,7 +5,7 @@ set -e # ==================== 配置参数 ==================== -PROJECT_DIR="${SPUG_DEPLOY_DIR:-/var/www/hospital-performance}" +PROJECT_DIR="${SPUG_DEPLOY_DIR:-/data/spug/service/hospital_performance}" GIT_REPO="${SPUG_GIT_URL:-https://gitea.gentronhealth.com/chenqi/hospital_performance.git}" GIT_BRANCH="${SPUG_GIT_BRANCH:-main}"