lib/capistrano/deploy.rb in blue-0.0.7 vs lib/capistrano/deploy.rb in blue-0.0.8
- old
+ new
@@ -14,10 +14,10 @@
run "cd #{latest_release} && RAILS_ENV=#{Blue.env} bundle exec rails runner 'ActiveRecord::Base.connection.execute %q!SELECT 1=1!'"
end
end
after 'deploy:migrate', 'blue:verify_db'
- before 'bundle:install', 'blue:apply_manifest'
+ # before 'bundle:install', 'blue:apply_manifest'
after "deploy:update", "deploy:cleanup"
end
end
end
end