Browse Source

Auto commit.

master
tianzhendong 3 years ago
parent
commit
3635761639
  1. 3
      111git pull.bat
  2. 5
      git pull.bat
  3. 2
      git push.bat
  4. 4
      zzzzdeploy.bat

3
111git pull.bat

@ -0,0 +1,3 @@
@echo off
cd C:\hexo_blog
git pull

5
git pull.bat

@ -1,5 +0,0 @@
@echo off
git add .
git commit -m "Auto commit."
git push origin master

2
git push.bat

@ -2,4 +2,4 @@
cd C:\hexo_blog cd C:\hexo_blog
git add . git add .
git commit -m "Auto commit." git commit -m "Auto commit."
git push origin master git push --all

4
zzzzdeploy.bat

@ -0,0 +1,4 @@
@echo off
cd C:\hexo_blog
hexo cl
hexo d
Loading…
Cancel
Save