summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/deploy.rb1
1 files changed, 0 insertions, 1 deletions
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