From 76345a7fe6a80eb95ea47d4598a3227afa7b8a2f Mon Sep 17 00:00:00 2001 From: Tyler Mercier Date: Mon, 22 Jul 2013 17:09:27 -0600 Subject: remove rvm install step --- config/deploy.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 3e07894..aaacf1c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -32,7 +32,6 @@ set :rvm_ruby_string, :local # use the same ruby as used locally for deployment default_run_options[:pty] = true # password prompt ssh_options[:forward_agent] = true # no deploy key for github -before 'deploy', 'rvm:install_rvm' # update RVM before 'deploy', 'rvm:install_ruby' # install Ruby and create gemset (both if missing) after "deploy", "deploy:cleanup" # keep only the last 5 releases -- cgit v1.2.3