Hi *, I'm very confused about how to use roles. My deploy was running perfectly until I added a :web role, which in my understanding (and by the documentation) should be my nginx/apache. The default behavior of capistrano though, is to run things like update_code, symlink and many others against the servers that have been marked as :web, but I think that they should belong to the :app role, the application servers.
My problem right now is that I don't know how to run deploy_code only against the :app role, I don't even have git installed on my web server. How can I do that? Isn't it a bit weird to have a default role that by documentation should be a fronted server and try to run git, rvm, and bundler on it? How can I solve this? TIA, ngw -- * 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
