From a3061eb5837e3c400c3897a509d3c430868abfc3 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 9 Oct 2011 15:46:45 +0200 Subject: [PATCH] don't bundle install --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index d8ed4af..d1ddd39 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -36,7 +36,7 @@ after "deploy:restart", "deploy:cleanup" # If you are using Passenger mod_rails uncomment this: namespace :deploy do task :bundle_gems do - run "cd #{deploy_to}current && bundle install" + #run "cd #{deploy_to}current && bundle install" end task :make_simlinks do