Skip to content

Instantly share code, notes, and snippets.

@plentz
Created March 22, 2012 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plentz/2156202 to your computer and use it in GitHub Desktop.
Save plentz/2156202 to your computer and use it in GitHub Desktop.
$:.unshift(File.expand_path('./lib', ENV['rvm_path'])) # Add RVM's lib directory to the load path.
require "rvm/capistrano" # http://beginrescueend.com/integration/capistrano/
require "bundler/capistrano"
require "capistrano_colors"
require "new_relic/recipes"
set :use_sudo, false
`rvm info`
set :rvm_ruby_string, `rvm current`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment