hubot-shipr
v1.1.0
Published
This is a [Hubot](https://github.com/github/hubot) script for [Shipr](https://github.com/remind101/shipr)
Downloads
9
Readme
Hubot Shipr
This is a Hubot script for Shipr
Install
Add hubot-shipr to your package.json file:
$ npm install hubot-shipr --saveAdd
hubot-shiprto external-scripts.json:["hubot-shipr"]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 productionDeploy a topic branch to staging:
hubot deploy app#topic to stagingForce deploy a branch to staging:
hubot deploy app to staging!