Class: Capistrano::Deploy::Strategy::UploadWar
- Inherits:
-
NoScm
- Object
- NoScm
- Capistrano::Deploy::Strategy::UploadWar
- Defined in:
- lib/capistrano/recipes/deploy/strategy/upload_war.rb
Instance Method Summary collapse
Instance Method Details
#deploy! ⇒ Object
5 6 7 8 |
# File 'lib/capistrano/recipes/deploy/strategy/upload_war.rb', line 5 def deploy! prepare! distribute! end |