Class: Capistrano::Deploy::Strategy::UnsharedRemoteCache
- Inherits:
-
RemoteCache
- Object
- RemoteCache
- Capistrano::Deploy::Strategy::UnsharedRemoteCache
- Defined in:
- lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb
Instance Method Summary collapse
Instance Method Details
#check! ⇒ Object
7 8 9 10 11 |
# File 'lib/capistrano/recipes/deploy/strategy/unshared_remote_cache.rb', line 7 def check! super.check do |d| d.remote.writable(repository_cache) end end |