Skip to content

Instantly share code, notes, and snippets.

@drewdeponte
Created December 15, 2011 01:18
Show Gist options
  • Select an option

  • Save drewdeponte/1479395 to your computer and use it in GitHub Desktop.

Select an option

Save drewdeponte/1479395 to your computer and use it in GitHub Desktop.
rvm capistrano tasks
namespace :rvm do
desc 'Trust rvmrc file'
task :trust_rvmrc do
run "rvm rvmrc trust #{current_release}"
run "rvm rvmrc load #{current_release}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment