search

Home  >  Q&A  >  body text

node.js - hexo deploy 出现问题

PHPzPHPz2781 days ago564

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-04-17 16:13:56

    Hexo provides a fast and convenient one-click deployment function, allowing you to deploy your website to the server with just one command.

    $ hexo deploy
    

    Before you start, you must first modify the parameters in _config.yml. A correct deployment configuration must have at least the type parameter, for example:

    deploy:
      type: git
    

    You can use multiple deployers at the same time, Hexo will execute each deployer in order.

    deploy:
    - type: git
      repo:
    - type: heroku
      repo:
    

    Read more about the documentation https://hexo.io/zh-cn/docs/de...

    reply
    0
  • Cancelreply