2020-03-06 12:00:01

This commit is contained in:
monlor
2020-03-06 12:00:01 +08:00
parent d54c894dc0
commit 7d193990d0

View File

@@ -124,8 +124,8 @@ deploy() {
if git status &> /dev/null; then
git add .
git commit -m "$(TZ='Asia/Shanghai' date "+%Y-%m-%d %H:%M:%S")" -a
git push "$3" master:"$2" -f
fi
git push "$3" master:"$2" -f
}