lib/caploy/recipes/deploy.rb in caploy-1.0.2 vs lib/caploy/recipes/deploy.rb in caploy-1.0.3
- old
+ new
@@ -192,15 +192,9 @@
puts "=== Difference between #{base_label} revision and #{new_label} revision:\n\n"
puts diff
end
end
end
- #after 'deploy', 'revisions'
-
- after :finishing, 'deploy:cleanup'
- after 'deploy:publishing', 'deploy:restart'
- after 'deploy:symlink:shared', 'deploy:compile_assets_locally'
- #after('deploy:compile_assets', 'deploy:build_missing_paperclip_styles')
# make sure we're deploying what we think we're deploying
# before :deploy, 'deploy:check_revision'
# only allow a deploy with passing tests to deployed