lib/capistrano/deploy.rb in blue-0.0.18 vs lib/capistrano/deploy.rb in blue-0.0.19

- old
+ new

@@ -13,11 +13,11 @@ task :verify_db do run "cd #{latest_release} && RAILS_ENV=#{Blue.env} bundle exec rails runner 'ActiveRecord::Base.connection.execute %q!SELECT 1=1!'" end end + after 'local_config:upload_and_symlink', 'blue:apply_manifest' after 'deploy:migrate', 'blue:verify_db' - before 'bundle:install', 'blue:apply_manifest' after "deploy:update", "deploy:cleanup" end end end end