Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/hubot-deploy-heroku
Deploy apps to heroku from directly inside hubot
https://github.com/atmos/hubot-deploy-heroku
Last synced: 3 months ago
JSON representation
Deploy apps to heroku from directly inside hubot
- Host: GitHub
- URL: https://github.com/atmos/hubot-deploy-heroku
- Owner: atmos
- License: mit
- Created: 2015-10-24T01:40:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T21:17:40.000Z (over 8 years ago)
- Last Synced: 2024-10-08T00:41:18.789Z (3 months ago)
- Language: CoffeeScript
- Size: 56.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hubot-deploy-heroku [![Build Status](https://travis-ci.org/atmos/hubot-deploy-heroku.png?branch=master)](https://travis-ci.org/atmos/hubot-deploy-heroku)
[GitHub Flow][1] via [GitHub deployments][2], [hubot][3] and [heroku][6].
![](https://f.cloud.github.com/assets/38/2331137/77036ef8-a444-11e3-97f6-68dab6975eeb.jpg)
## Installation
* Add hubot-deploy-heroku to your `package.json` file.
* Add an event handler for `robot.on 'github_deployment_event'`.## See Also
* [hubot](https://github.com/github/hubot) - A chat robot with support for a lot of networks.
* [hubot-deploy](https://github.com/atmos/hubot-deploy) - A hubot script to trigger deployments.
* [hubot-auto-deploy](https://github.com/atmos/hubot-auto-deploy) - Manage automated deployments on GitHub from chat.[1]: https://guides.github.com/overviews/flow/
[2]: https://developer.github.com/v3/repos/deployments/
[3]: https://hubot.github.com
[4]: https://developer.github.com/v3/activity/events/types/#deploymentevent
[5]: https://developer.github.com/v3/repos/deployments/
[6]: https://heroku.com