don't bundle install

This commit is contained in:
Nicolas Bally 2011-10-09 15:46:45 +02:00
parent f87fec5730
commit a3061eb583

View File

@ -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