hubot-shipr

1.1.0 • Public • Published

Hubot Shipr

This is a Hubot script for Shipr

Install

  1. Add hubot-shipr to your package.json file:

    $ npm install hubot-shipr --save
  2. Add hubot-shipr to external-scripts.json:

    ["hubot-shipr"]
  3. Set the the following environment variables on your instance of hubot:

    SHIPR_BASE=<base url for shipr>
    SHIPR_AUTH=:<api key>
    SHIPR_GITHUB_ORG=<your github organization>
    

Usage

Deploy an app to production:

hubot deploy app
hubot deploy app to production

Deploy a topic branch to staging:

hubot deploy app#topic to staging

Force deploy a branch to staging:

hubot deploy app to staging!

/hubot-shipr/

    Package Sidebar

    Install

    npm i hubot-shipr

    Weekly Downloads

    24

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • ejholmes