流程通了

This commit is contained in:
yml2213
2026-08-12 17:30:00 +08:00
parent 03f5b8a6c4
commit cebbd94ae8
7 changed files with 124 additions and 56 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ cmd_deploy() {
echo ""
echo "正在启动服务..."
$COMPOSE up -d
# 重新创建应用容器,确保生产环境不会沿用旧的 reload 配置。
$COMPOSE up -d --force-recreate
echo ""
echo "等待服务启动..."