2020-03-06 14:25:22

This commit is contained in:
monlor
2020-03-06 14:25:22 +08:00
parent a2c692f420
commit 408a2f7b96

View File

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