Report deploys to Atatus from Engine Yard

Use Engine Yard’s deploy hook functionality. Create deploy/after_restart.rb in your Engine Yard app with the following contents:

copy
icon/buttons/copy
on_app_master do
  run "curl https://api.atatus.com/v2/projects/:projectId/deployments --silent -F api_key=YOUR_API_KEY_HERE -F revision=#{config.revision} -F release_stage=#{config.environment}"
end