fix: replace real public IP with x.x.x.x
This commit is contained in:
@@ -94,7 +94,7 @@ ls public/posts/<slug>/
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user