Skip to content

Commit 15812ed

Browse files
committed
调整一些内容
1 parent d536538 commit 15812ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ postList: none
4949

5050
在线环境可能不稳,如果遇到访问异常,或者数据错乱,请联系我进行修复。
5151

52+
> 注:因服务器资源有限,固不再提供demo环境,请自行通过docker-compose一键拉起体验。(20240330)
53+
5254
## 👨‍💻 代码托管
5355

5456
| 分类 | GitHub | Gitee |

sync.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
yarn build
77
# 同步
88
rsync -az -e 'ssh -p 2023' --progress --delete docs/.vuepress/dist/ \
9-
root@8.136.215.57:/data/www/ldapdoc.eryajf.net/
9+
root@prod2.eryajf.net:/data/www/ldapdoc.eryajf.net/
1010

1111
# 更新检索的索引数据
12-
ssh -p 2023 root@8.136.215.57 'bash /data/docker/meilisearch/scraper/ldapdoc.sh'
12+
ssh -p 2023 root@prod2.eryajf.net 'bash /data/docker/meilisearch/scraper/ldapdoc.sh'

0 commit comments

Comments
 (0)