https://github.com/lgaticaq/hubot-heroku-deploy-hook
A hubot script to get deploy hook from heroku
https://github.com/lgaticaq/hubot-heroku-deploy-hook
heroku hubot-scripts huemul-scripts
Last synced: 11 months ago
JSON representation
A hubot script to get deploy hook from heroku
- Host: GitHub
- URL: https://github.com/lgaticaq/hubot-heroku-deploy-hook
- Owner: lgaticaq
- License: mit
- Created: 2016-11-01T06:11:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T21:37:07.000Z (over 1 year ago)
- Last Synced: 2024-11-09T22:27:50.421Z (over 1 year ago)
- Topics: heroku, hubot-scripts, huemul-scripts
- Language: JavaScript
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-heroku-deploy-hook
[](https://www.npmjs.com/package/hubot-heroku-deploy-hook)
[](https://www.npmjs.com/package/hubot-heroku-deploy-hook)
[](https://travis-ci.org/lgaticaq/hubot-heroku-deploy-hook)
[](https://coveralls.io/github/lgaticaq/hubot-heroku-deploy-hook?branch=master)
[](https://codeclimate.com/github/lgaticaq/hubot-heroku-deploy-hook)
[](https://david-dm.org/lgaticaq/hubot-heroku-deploy-hook#info=dependencies)
[](https://david-dm.org/lgaticaq/hubot-heroku-deploy-hook#info=devDependencies)
> A hubot script to get deploy hook from heroku
## Install
```bash
npm i -S hubot-heroku-deploy-hook
```
Add `["hubot-heroku-deploy-hook"]` in `external-scripts.json`.
Set `GITHUB_USER`, `GITHUB_REPO_NAME` and `DEPLOY_CHANNEL` in environment variable. `GITHUB_USER` and `GITHUB_REPO_NAME` get from `https://github.com/GITHUB_USER/GITHUB_REPO_NAME`. `DEPLOY_CHANNEL` is the channel to post notification (default `#random`).
## License
[MIT](https://tldrlegal.com/license/mit-license)