Class: Capistrano::Deploy::Strategy::PwdCopy
- Inherits:
-
NoScm
- Object
- NoScm
- Capistrano::Deploy::Strategy::PwdCopy
- Defined in:
- lib/capistrano/recipes/deploy/strategy/pwd_copy.rb
Overview
Please note: this strategy ignores the :repository parameter. It will bundle up your local checkout _at the commit hash_ that is checked out and send it to the servers.
Instance Method Summary collapse
Instance Method Details
#deploy! ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/capistrano/recipes/deploy/strategy/pwd_copy.rb', line 12 def deploy! prepare! package! distribute! ensure cleanup! end |