From 17b3f57d483c6ddeb78166a6142a592cd58f35c1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 30 Apr 2026 13:33:05 +0800 Subject: [PATCH] update server credential --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 9be36f8..5a79258 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -10,12 +10,12 @@ set -euo pipefail # ========= 部署配置 ========= -DEPLOY_HOST="101.43.50.143" # 例: 云服务器公网 IP +DEPLOY_HOST="121.4.96.87" # 例: 云服务器公网 IP DEPLOY_USER="root" DEPLOY_PATH="/var/www/HeguangtongkunLanding" DEPLOY_SSH_PORT="22" # 在下面填写 root 的 SSH 登录密码(勿提交到 git) -DEPLOY_SSH_PASSWORD="JbqT9MQILV9RdpYD" +DEPLOY_SSH_PASSWORD="deB-nB5JW!eDKkU" # 1 = 同时把仓库根目录 Caddyfile 传到 $DEPLOY_PATH/Caddyfile DEPLOY_SYNC_CADDYFILE="0" # ============================