hi I would like to deploy my project without having to install build tools on my deployment hosts.
My strategy is to perform the checkout and to run bundle install -- deployment on the build host, then scp the result to the production host. How can I customize the default capistrano tasks to achieve this goal ? I cannot find a starting point for this. -- * 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
