I am using capistrano to deploy a RoR application. The codebase is in a git repository, and branching is widely used in development. Capistrano uses deploy.rb f
deploy.rb
Im using version 3.3.5 and i have this working:
set :branch, 'develop'