# File lib/capistrano/recipes/deploy/strategy/copy.rb, line 56
        def deploy!
          copy_cache ? run_copy_cache_strategy : run_copy_strategy

          create_revision_file
          compress_repository
          distribute!
        ensure
          rollback_changes
        end