Skip to content

Instantly share code, notes, and snippets.

@ericallam
Created May 6, 2011 19:48
Show Gist options
  • Save ericallam/959648 to your computer and use it in GitHub Desktop.
Save ericallam/959648 to your computer and use it in GitHub Desktop.
set :rails_env, "staging"
set :application, "preschool.jqueryair.com"
set :server_name, "preschool.jqueryair.com"
set :deploy_to, "/var/rails/#{application}"
role :app, server_name
role :web, server_name
role :db, server_name, :primary => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment