Browse Source

Auto commit.

master
tianzhendong 2 years ago
parent
commit
ba93f9e8bc
  1. 4
      111git pull.bat
  2. 9089
      package-lock.json
  3. 5
      zgit push.bat
  4. 5
      zzzzdeploy.bat

4
111git pull.bat

@ -1,3 +1,3 @@
@echo off
cd C:\Blog\hexo_blog
git pull
@REM cd C:\Blog\hexo_blog
git pull gitee master

9089
package-lock.json

File diff suppressed because it is too large

5
zgit push.bat

@ -1,5 +1,6 @@
@echo off
cd C:\Blog\hexo_blog
@REM cd C:\Blog\hexo_blog
git add .
git commit -m "Auto commit."
git push origin master
git push gitee master
git push github master

5
zzzzdeploy.bat

@ -1,8 +1,9 @@
@echo off
cd C:\Blog\hexo_blog
@REM cd C:\Blog\hexo_blog
git add .
git commit -m "Auto commit."
git push origin master
git push gitee master
git push github master
hexo cl && hexo d

Loading…
Cancel
Save