Compare commits

..

No commits in common. "master" and "624a3c5cb5a4cffec0f97df377c898398606bb4a" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View File

@ -1,8 +0,0 @@
#!/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 服务发布成功"

View File

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