I have a long-running task (search indexer) that I trigger after deploy:restart. There are times when I need to call deploy:restart outside of the normal deploy flow; however, I do not want my indexer to be run. It appears that v2 had this functionality in the form of the "on" method<http://rubydoc.info/github/capistrano/capistrano/master/Capistrano/Configuration/Callbacks#on-instance_method>. Does this functionality exist in v3?
-- -- * 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 --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
