update
This commit is contained in:
parent
f1937637fc
commit
b0aee17e91
8
update_image.sh
Normal file
8
update_image.sh
Normal 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 服务发布成功"
|
Loading…
Reference in New Issue
Block a user