set :branch, "staging" set :rails_env, 'staging' role :web, '127.0.0.1:2201' role :app, '127.0.0.1:2201' role :db, '127.0.0.1:2201', :primary => true