🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

hexo-deployer-heroku

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-deployer-heroku

Heroku deployer plugin of Hexo.

1.0.0
latest
Source
npm
Version published
Weekly downloads
3
-66.67%
Maintainers
8
Weekly downloads
 
Created
Source

hexo-deployer-heroku

Build Status NPM version Coverage Status

Heroku deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-heroku --save

Options

You can configure this plugin in _config.yml.

# You can use this:
deploy:
  type: heroku
  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_heroku folder.

$ rm -rf .deploy_heroku

License

MIT

Keywords

hexo

FAQs

Package last updated on 14 Aug 2023

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