From 2b3b55b1f0f30eac3dba5ea67390cf21509d03fc Mon Sep 17 00:00:00 2001 From: Mai Date: Fri, 22 May 2026 00:02:21 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=20=E5=88=87=E6=8D=A2=E5=88=B0=20WG=20?= =?UTF-8?q?=E5=86=85=E7=BD=91=20IP=20(10.13.13.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a9b7e74..73e2206 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,7 +7,7 @@ set -euo pipefail # ----- 配置(根据需要修改)----- -REMOTE_HOST="47.102.213.175" +REMOTE_HOST="10.13.13.1" REMOTE_USER="root" REMOTE_PATH="/var/www/huaxin/" NGINX_RELOAD="nginx -s reload"