What is prout?

An aid for tracking deployment, especially continuous-deployment, prout is a bot that tells you when your GitHub pull requests are live.

Setup

Follow the 4-step program:

  1. Give @prout-bot write-access to your repo (so it can set labels on your pull request)
  2. Add one or more .prout.json config files to your project
  3. Add callbacks to prout - ie a GitHub webhook and ideally also a post-deploy hook
  4. Expose the commit id of your build on your deployed site

The GitHub readme has more details if you need them!