Skip to content

Instantly share code, notes, and snippets.

@czarneckid
Created April 19, 2011 18:43
Show Gist options
  • Save czarneckid/929219 to your computer and use it in GitHub Desktop.
Save czarneckid/929219 to your computer and use it in GitHub Desktop.
after 'deploy', 'agora:campfire:success_or_failure'
namespace :agora do
namespace :campfire do
task :success_or_failure do
log = fetch(:full_log)
if log.include?('Rolling back')
campfire_room.speak 'http://i.imgur.com/XNCA1.png'
else
campfire_room.speak 'http://i.imgur.com/oYeMx.png'
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment