Guest User

Untitled

a guest
Feb 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Integrity.hooks do
  2. on :successful_build, Deployer
  3. on :failed_build, Notifier::Email
  4. on :first_successful_build, Notifier::Email
  5. on :build, Notifier::Irc
  6.  
  7. # the most common setup would be to have all notifiers on
  8. # failed_build and first_successful_build, so maybe this
  9. # shortcut would be cool too:
  10. notify_with Notifier::Email, Notifier::Campfire
  11. end
Add Comment
Please, Sign In to add comment