Hi guys. I've setup my deployment recipe to run a couple of tasks after the deploy:update task:
after 'deploy:update', 'notify:email' after "deploy:update", "newrelic:notice_deployment" When I deploy with "cap production deploy", those tasks run, and life's peachy. However, when I run "cap production deploy:migrations", those 2 tasks aren't run. Does anything special need to be done to have those 2 tasks run when deploying using "deploy:migrations"? Thanks, Nick -- * 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
