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:
|
# If you are using Passenger mod_rails uncomment this:
|
||||||
namespace :deploy do
|
namespace :deploy do
|
||||||
task :bundle_gems do
|
task :bundle_gems do
|
||||||
run "cd #{deploy_to}current && bundle install"
|
#run "cd #{deploy_to}current && bundle install"
|
||||||
end
|
end
|
||||||
|
|
||||||
task :make_simlinks do
|
task :make_simlinks do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user