From aca7bcb74010175199aa02a89eda2fc145e6046c Mon Sep 17 00:00:00 2001 From: Mai Date: Fri, 22 May 2026 00:07:47 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20deploy=20=E5=88=87=E5=9B=9E=E5=85=AC?= =?UTF-8?q?=E7=BD=91=20IP=20(WG=20=E5=86=85=E7=BD=91=20SSH=20=E4=B8=8D?= =?UTF-8?q?=E7=A8=B3=E5=AE=9A)?= 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 73e2206..a9b7e74 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,7 +7,7 @@ set -euo pipefail # ----- 配置(根据需要修改)----- -REMOTE_HOST="10.13.13.1" +REMOTE_HOST="47.102.213.175" REMOTE_USER="root" REMOTE_PATH="/var/www/huaxin/" NGINX_RELOAD="nginx -s reload"