I\'ve heard that Capistrano supports deployment to multiple servers, but I haven\'t found a practical way to set it up. When I say multiple servers I mean servers running the sa
I had to use a different syntax with Rails 4.
role :app, %w{s01.app.com s02.app.com} role :web, %w{s01.web.com s02.web.com}