Class: Capistrano::Deploy::Strategy::AdvanceRemoteCache
- Inherits:
-
Remote
- Object
- Remote
- Capistrano::Deploy::Strategy::AdvanceRemoteCache
- Defined in:
- lib/capistrano/recipes/deploy/strategy/advance_remote_cache.rb
Instance Method Summary collapse
Instance Method Details
#check! ⇒ Object
14 15 16 17 18 |
# File 'lib/capistrano/recipes/deploy/strategy/advance_remote_cache.rb', line 14 def check! super.check do |d| d.remote.writable(shared_path) end end |
#deploy! ⇒ Object
9 10 11 12 |
# File 'lib/capistrano/recipes/deploy/strategy/advance_remote_cache.rb', line 9 def deploy! update_repository_cache copy_repository_cache end |