From 79a64bf3c097195b4786f6046f8afe72daa015a6 Mon Sep 17 00:00:00 2001 From: monlor Date: Fri, 6 Mar 2020 15:13:21 +0800 Subject: [PATCH] 2020-03-06 15:13:21 --- tools/gitsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gitsync.sh b/tools/gitsync.sh index 24458e1..026a984 100755 --- a/tools/gitsync.sh +++ b/tools/gitsync.sh @@ -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" }