views:

24

answers:

0

From what I understand by default code will be deployed too all roles defined. Let's say you have a db on a different machine then your web server. You define roles for both the web server and the db then deploy. Currently my capistrano script is deploying the source to both machines. I want it to deploy source only to the web server.

How can this be done? The capistrano site mostly has examples of single machine architectures.