Skip to content

Instantly share code, notes, and snippets.

@fuse
Created November 15, 2011 10:25
Show Gist options
  • Save fuse/1366683 to your computer and use it in GitHub Desktop.
Save fuse/1366683 to your computer and use it in GitHub Desktop.
config/deploy/production.rb
set :rails_env, "production"
role :web, ""
role :app, ""
role :db, "", :primary => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment