Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

OpenShift deployer plugin for Hexo.

License

Notifications You must be signed in to change notification settings

hexojs/hexo-deployer-openshift

Repository files navigation

DEPRECATED!

hexo-deployer-openshift has been deprecated.

hexo-deployer-openshift

Build Status NPM version Coverage Status Build status

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: 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_openshift

License

MIT