2020-03-06 14:03:40

This commit is contained in:
monlor
2020-03-06 14:03:40 +08:00
parent 75fe844804
commit 30fe9ea66a
2 changed files with 5 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ deploy() {
git add .
git commit -m "$(TZ='Asia/Shanghai' date "+%Y-%m-%d %H:%M:%S")" -a
fi
git push "$3" master:"$2" -f
git lfs push "$3" master:"$2" --all
}