Compare commits

...

2 Commits

Author SHA1 Message Date
b0aee17e91 update 2021-11-29 18:20:28 +08:00
f1937637fc 增加knowledge-dist job管理 2021-11-16 15:38:48 +08:00
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# 切换到项目目录
# shellcheck disable=SC2164
# shellcheck disable=SC2009
cd "/home/www/htdocs" && rm -rf knowledge-dist && git clone www@git.zhangdeman.cn:zhangdeman/knowledge-dist.git
echo "knowledge-dist 服务发布成功"

8
update_image.sh Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# 切换到项目目录
# shellcheck disable=SC2164
# shellcheck disable=SC2009
cd "/home/www/htdocs/image" && git reset --hard && git pull
echo "own-image 服务发布成功"