Capistrano: v2.15.5
Ruby: 2.0.0 Deploying a multistage node.js app with Capistrano, but for some reason the restart task I am overriding never runs. I can see the restart task in my cap -vT and running it manually works fine. The last thing I see is the create_symlink for the deploy namespace, followed by all the task in the node namespace, but I never see the restart task. I am using the capistrano-node-deploy <https://github.com/loopj/capistrano-node-deploy> gem. Gist link to code below. https://gist.github.com/austiniam/6286348 Any help would be appreciated. -- -- * 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.
