You might find something in https://github.com/jfelchner/chicken_soup - I learned about it just today, the author seems keen and helpful, I'd check into that if I were you.
Otherwise, it's not difficult to ask Cap to call a Rake task (or, even any ruby code) when finishing a job, simply write it into an `after()` callback. On Thursday, March 15, 2012 at 3:57 PM, Alex Vinnik wrote: > Hi everybody, > > We have several rail-less ruby apps that are deployed in production by > Capistrano scripts. Capistrano is awesome but one thing seems to be > missing there for us. Email notifications in order to keep track of > what has been deployed. I know there is RoR CapMailer plugin but it > doesn't seem to be a good fit since our apps are not RoR. Basically we > are looking for a way to capture full stdout of any capistrano task > and email it. Any pointers? Thanks. > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > (mailto:[email protected]) > * To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/capistrano?hl=en > > -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
