0.1.2 • Published 8 years ago
hexo-deployer-openshift v0.1.2
hexo-deployer-openshift
OpenShift deployer plugin for Hexo.
Installation
$ npm install hexo-deployer-openshift --saveOptions
You can configure this plugin in _config.yml.
# You can use this:
deploy:
type: openshift
repo: <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_openshiftLicense
MIT