deploy.sh: Do not commit and only push

This commit is contained in:
Calcitem 2020-12-21 23:51:46 +08:00
parent 22f97f0a5e
commit a1f4832fe0
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
git status -s
git add src
#git add src
git commit
#git commit
git push origin master
#git push origin --tags
git push codeing master
git push coding master
#git push coding --tags
git push gitee master