Report abuse


			
default_run_options[:pty] = true

set :scm,                    :git
# Make sure it's the private clone URI
set :repository,             "git@github.com:rsl/justify_yr_hate.git"
set :scm_passphrase,         "..."
set :git_enable_submodules,  1
set :git_shallow_clone,      1
set :deploy_to,              "/home/#{user}/#{application}"