hexo-deployer-openshiftdeprecated

OpenShift deployer plugin of Hexo.

Usage no npm install needed!

<script type="module">
  import hexoDeployerOpenshift from 'https://cdn.skypack.dev/hexo-deployer-openshift';
</script>

README

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