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