summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTyler Mercier <tylermercier@gmail.com>2013-07-22 17:09:27 -0600
committerTyler Mercier <tylermercier@gmail.com>2013-07-22 17:09:27 -0600
commit76345a7fe6a80eb95ea47d4598a3227afa7b8a2f (patch)
tree24723b676d9207a891fbc8634e5f470ab868ee18 /config
parent78fb284baff9dbe3b02825868ffb81c1d35d8093 (diff)
remove rvm install step
Diffstat (limited to 'config')
-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