fix(deploy): 移除输出中硬编码的 IP 地址

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
徐勤民 2026-05-20 17:12:33 +08:00
父节点 35f07bad95
当前提交 f490b62f0b

查看文件

@ -778,7 +778,7 @@ if [ "$DEPLOY_MODE" = "new" ]; then
else else
printf ' 密码: 同生产平台密码(原样迁移,未重置)\n' printf ' 密码: 同生产平台密码(原样迁移,未重置)\n'
fi fi
printf '\n \033[1m192.168.128.88 宿主机 nginx 配置server 块内加入以下内容):\033[0m\n' printf '\n \033[1m宿主机 nginx 配置server 块内加入以下内容):\033[0m\n'
printf '\033[0;37m' printf '\033[0;37m'
cat <<'NGINX_REF' cat <<'NGINX_REF'
location / { location / {