From e1501fc9dc4357d4f9f333beae7aa4baa0282f69 Mon Sep 17 00:00:00 2001 From: makestory Date: Thu, 7 Oct 2010 13:51:19 +0800 Subject: [PATCH] none --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index b77ecb76..2db6d654 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -27,7 +27,7 @@ #run "cd #{deploy_to}/current && rake schools:to_json RAILS_ENV=#{env}" run "cd #{deploy_to}/current && rm -rf public/stylesheets/*.cache.css" run "cd #{deploy_to}/current && rm -rf public/javascripts/*.cache.js" - run "cd #{deploy_to}/current && bundle install" + #run "cd #{deploy_to}/current && bundle install" end desc "Deploy to dev server"