Skip to content

Instantly share code, notes, and snippets.

@syshen
Created January 5, 2012 02:29
Show Gist options
  • Save syshen/1563406 to your computer and use it in GitHub Desktop.
Save syshen/1563406 to your computer and use it in GitHub Desktop.
set :repository, "git@github.com:your_project/your_git.git"
ssh_options[:keys] = [File.join(ENV["HOME"], ".ssh", "github.pem")]
set :scm, "git"
set :git_enable_submodules, 1
set :scm_verbose, false
set :deploy_to, "/home/code/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment