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