hexo-deployer-openshift
OpenShift deployer plugin for Hexo.
Installation
$ npm install hexo-deployer-openshift --save
Options
You can configure this plugin in _config.yml
.
# You can use this:deploy:type: openshiftrepo: <repository url>message: [message]
- repo: Repository URL
- message: Commit message. The default commit message is
Site updated: {{ now('YYYY-MM-DD HH:mm:ss') }}
.
Reset
Remove .deploy_openshift
folder.
$ rm -rf .deploy_openshift
License
MIT