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.