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