1.1.0 • Published 10 years ago

hubot-shipr v1.1.0

Weekly downloads
24
License
MIT
Repository
github
Last release
10 years ago

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!
1.1.0

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago