2020-03-06 15:13:21

This commit is contained in:
monlor
2020-03-06 15:13:21 +08:00
parent 5609506ab1
commit 79a64bf3c0

View File

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