Skip to content

Instantly share code, notes, and snippets.

@asgerb
Created July 25, 2014 12:33
Show Gist options
  • Save asgerb/fcef10a8fa3fd452c139 to your computer and use it in GitHub Desktop.
Save asgerb/fcef10a8fa3fd452c139 to your computer and use it in GitHub Desktop.
production.rb
# ---------------------------------------------------------------------
set :rails_env, "production"
set :deploy_to, "/home/#{fetch(:user)}/public_html/#{fetch(:application)}"
set :branch, "master"
# ---------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment