capistrano-node-deploy
capistrano-node-deploy copied to clipboard
Capistrano recipe for deploying node.js apps
Results
4
capistrano-node-deploy issues
Sort by
recently updated
recently updated
newest added
Error message ``` (Backtrace restricted to imported tasks) cap aborted!NoMethodError: undefined method `instance' for Capistrano::Configuration:Class Did you mean? instance_of? (Backtrace restricted to imported tasks) cap aborted!Encoding::CompatibilityError: incompatible encoding regexp match...
I had some slightly different reqs, but used some of your code as inspiration for deploying Node apps with Capistrano. In particular, sharing `node_modules` seemed like a really great idea....