hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.47k stars 4.86k forks source link

Multiple deployment not working. #681

Closed ptbsare closed 10 years ago

ptbsare commented 10 years ago

When the deploy in the _config.yml is

deploy:
- type: github
  repo: https://github.com/xxx/xxx.github.io.git
- type: github
  repo: https://gitcafe.com/xxx/xxx.git
  branch: gitcafe-pages

Hexo just deploy the first one twice.And Hexo does not deploy the second one. But when I change this to

deploy:
  type: github
  repo: https://github.com/xxx/xxx.github.io.git
  type: github
  repo: https://gitcafe.com/xxx/xxx.git
  branch: gitcafe-pages

Hexo just deploy the second one.

iosNightRoad commented 10 years ago

hey can you solved it?thanks