Class: Capistrano::Deploy::Strategy::RemoteCacheFromLocal
- Inherits:
-
RemoteCache
- Object
- RemoteCache
- Capistrano::Deploy::Strategy::RemoteCacheFromLocal
- Defined in:
- lib/capistrano/recipes/deploy/strategy/remote_cache_from_local.rb
Overview
A deployment strategy which has the app server pull the code from the deploying machine via an SSH tunnel. The strategy behaves like :remote_cache otherwise.