lib/capistrano/deploy.rb in blue-0.0.20 vs lib/capistrano/deploy.rb in blue-0.0.21
- old
+ new
@@ -13,10 +13,10 @@
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 'bundle:install', 'blue:apply_manifest'
+ after 'local_config:upload_and_symlink', 'blue:apply_manifest'
after 'deploy:migrate', 'blue:verify_db'
after "deploy:update", "deploy:cleanup"
end
end
end