node.js - hexo deploy 出现问题
PHPz
PHPz 2017-04-17 16:11:56
0
1
534
PHPz
PHPz

学习是最好的投资!

reply all(1)
刘奇

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...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!