fix: update deploy path to /data/spug/service/hospital_performance

This commit is contained in:
2026-02-28 16:32:45 +08:00
parent fd53ff36a8
commit 479482e10c

View File

@@ -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}"