🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

hexo-deployer-openshift

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-deployer-openshift

OpenShift deployer plugin of Hexo.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
47
123.81%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

hexo

FAQs

Package last updated on 27 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts