hubot script for GitHub Flow
npm install hubot-deploy[GitHub Flow][1] via [hubot][3]. Chatting with hubot creates [deployments][2] on GitHub and dispatches [Deployment Events][4].

* Add hubot-deploy to your package.json file.
* Add hubot-deploy to your external-scripts.json file.
* Configure your runtime environment to interact with the GitHub API.
* Understand how apps.json works.
* Learn about ChatOps deploys.
* hubot - A chat robot with support for a lot of networks.
* heaven - Listens for Deployment events from GitHub and executes the deployment for you.
* hubot-auto-deploy - Manage automated deployments on GitHub from chat.
* github-credentials - Map your chat username to your GitHub username if they differ
[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/