From 3f6a64a1a2f615ca5ddc55bb678db324c1badd30 Mon Sep 17 00:00:00 2001 From: luochen570 <1160510664@qq.com> Date: Sun, 24 May 2026 10:53:51 +0800 Subject: [PATCH] fix: replace real public IP with x.x.x.x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c10c06..a86268e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ ls public/posts// ```bash cd ~/hugo-blog -tar czf - public/ | ssh.exe root@152.32.213.27 \ +tar czf - public/ | ssh.exe root@x.x.x.x \ "rm -rf /www/hugo.luochen570.cn/*; \ tar xzf - -C /www/hugo.luochen570.cn --strip-components=1; \ chown -R root:root /www/hugo.luochen570.cn/" @@ -133,6 +133,6 @@ git submodule update --remote themes/PaperMod - 线上博客:https://hugo.luochen570.cn - 源码仓库:`git@git.luochen570.cn:luochen570/hugo-blog.git` -- 部署服务器:UC(152.32.213.27) +- 部署服务器:UC(公有云) - Caddy 配置:`/etc/caddy/Caddyfile`(服务器端) - PaperMod 主题:https://github.com/adityatelange/hugo-PaperMod