don't bundle install
This commit is contained in:
parent
f87fec5730
commit
a3061eb583
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user