hexojs / hexo-deployer-git

Git deployer plugin for Hexo.
MIT License
575 stars 122 forks source link

Should dual git deployment be supported ? #24

Closed icanfly closed 8 years ago

icanfly commented 8 years ago

for some reason, dual-git-deployment is very necessary.

Xuanwo commented 8 years ago

Well, It has already supported.

deploy:
  type: git
  message: [message]
  repo: 
    github: <repository url>,[branch]
    gitcafe: <repository url>,[branch]
icanfly commented 8 years ago

wow, wow, wow, so good! thank you very much.