2020-03-06 12:01:13

This commit is contained in:
monlor
2020-03-06 12:01:13 +08:00
parent 7d193990d0
commit 54d115a1bf
2 changed files with 5 additions and 5 deletions

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
}