Skip to content

Instantly share code, notes, and snippets.

@binaryphile
Created February 20, 2014 22:52
Show Gist options
  • Select an option

  • Save binaryphile/9124984 to your computer and use it in GitHub Desktop.

Select an option

Save binaryphile/9124984 to your computer and use it in GitHub Desktop.
set :branch, "master"
set :rails_env, 'production'
role :web, '127.0.0.1:2200'
role :app, '127.0.0.1:2200'
role :db, '127.0.0.1:2200', :primary => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment