Browse Source

Auto commit.

master
tianzhendong 3 years ago
parent
commit
fce02585b1
  1. 4
      _config.yml
  2. 1
      zgit push.bat
  3. 1
      zzzzdeploy.bat

4
_config.yml

@ -129,8 +129,8 @@ sitemap:
deploy: deploy:
- type: git - type: git
repo: repo:
git1: root@106.14.31.180:/var/repo/hexoBlog.git
github: git@github.com:tianzhendong/tianzhendong.github.io # github: git@github.com:tianzhendong/tianzhendong.github.io
# repo: git@github.com:tianzhendong/tianzhendong.github.io # repo: git@github.com:tianzhendong/tianzhendong.github.io
branch: master branch: master
# - type: baidu_url_submitter # - type: baidu_url_submitter

1
zgit push.bat

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

1
zzzzdeploy.bat

@ -3,7 +3,6 @@ cd C:\Blog\hexo_blog
git add . git add .
git commit -m "Auto commit." git commit -m "Auto commit."
git push origin master git push origin master
git push github master
hexo cl && hexo d hexo cl && hexo d

Loading…
Cancel
Save