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
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-heroku-deploy-notifier
- Owner: hubot-archive
- Created: 2014-04-22T19:36:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T13:58:04.000Z (over 11 years ago)
- Last Synced: 2025-03-24T15:21:53.349Z (9 months ago)
- Language: CoffeeScript
- Homepage: https://www.npmjs.org/package/hubot-heroku-deploy-notifier
- Size: 207 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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!
```