deploy: 切换到 WG 内网 IP (10.13.13.1)

This commit is contained in:
Mai
2026-05-22 00:02:21 +08:00
parent 6ab82ed54f
commit 2b3b55b1f0
+1 -1
View File
@@ -7,7 +7,7 @@
set -euo pipefail set -euo pipefail
# ----- 配置(根据需要修改)----- # ----- 配置(根据需要修改)-----
REMOTE_HOST="47.102.213.175" REMOTE_HOST="10.13.13.1"
REMOTE_USER="root" REMOTE_USER="root"
REMOTE_PATH="/var/www/huaxin/" REMOTE_PATH="/var/www/huaxin/"
NGINX_RELOAD="nginx -s reload" NGINX_RELOAD="nginx -s reload"