Does anyone have a tip for sending email post-deploy?  I'd like to
have it set up so that our dev team gets notified when a deployment is
pushed out.

I tried this in my Cap 1 deploy.rb's :after_update_code method, but
it's not actually sending mail:

  run "/usr/bin/mail -s 'Deployed #{application} version #{revision}'
[EMAIL PROTECTED] < /dev/null"

Thanks,
Wade


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to