mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-06 15:10:15
This commit is contained in:
@@ -120,11 +120,13 @@ deploy() {
|
|||||||
git init
|
git init
|
||||||
fi
|
fi
|
||||||
git config --local user.email "monlor@qq.com"
|
git config --local user.email "monlor@qq.com"
|
||||||
git config --local user.name "monlor"
|
git config --local user.name "monlor"
|
||||||
if [ ! -f ".gitattributes" ]; then
|
|
||||||
git lfs install
|
git lfs install
|
||||||
git lfs track "*"
|
rm -rf .gitattributes
|
||||||
fi
|
git lfs track "*_linux_*"
|
||||||
|
git lfs track "*_darwin_*"
|
||||||
|
|
||||||
if git status &> /dev/null; then
|
if git status &> /dev/null; then
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user