Get the URL of a successful deployment gif
GET /success (Try it)
Get the URL of a failed deployment gif
GET /fail (Try it)
Redirect to the URL of a successful deployment gif
GET /success?redirect=1 (Try it)
Redirect to the URL of a failed deployment gif
GET /fail?redirect=1 (Try it)
Get the URL of a successful deployment gif in json
GET /success?json=1 (Try it)
or
GET /success.json (Try it)
Get the URL of a failed deployment gif in json
GET /fail?json=1 (Try it)
or
GET /fail.json (Try it)
In order for gifs to load in HipChat and Slack you can add .gif to the request e.g.:
Redirect to the URL of a successful deployment gif
GET /success.gif (Try it)
Redirect to the URL of a failed deployment gif
GET /fail.gif (Try it)