Class Capistrano::Deploy::Strategy::RemoteCache
In: lib/capistrano/recipes/deploy/strategy/remote_cache.rb
Parent: Remote

Implements the deployment strategy that keeps a cached checkout of the source code on each remote server. Each deploy simply updates the cached checkout, and then does a copy from the cached copy to the final deployment location.

Methods

check!   deploy!  

Public Instance methods

Executes the SCM command for this strategy and writes the REVISION mark file to each host.

[Validate]