An open API service indexing awesome lists of open source software.

https://github.com/hubot-archive/hubot-heroku-deploy-notifier

A hubot script that notifies of heroku app deploys
https://github.com/hubot-archive/hubot-heroku-deploy-notifier

Last synced: 9 months ago
JSON representation

A hubot script that notifies of heroku app deploys

Awesome Lists containing this project

README

          

# hubot-heroku-deploy-notifier

A hubot script that notifies of heroku app deploys

See [`src/heroku-deploy-notifier.coffee`](src/heroku-deploy-notifier.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-heroku-deploy-notifier --save`

Then add **hubot-heroku-deploy-notifier** to your `external-scripts.json`:

```json
["hubot-heroku-deploy-notifier"]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```