Class | Capistrano::Deploy::Strategy::Remote |
In: |
lib/capistrano/recipes/deploy/strategy/remote.rb
|
Parent: | Base |
An abstract superclass, which forms the base for all deployment strategies which work by grabbing the code from the repository directly from remote host. This includes deploying by checkout (the default), and deploying by export.
Returns the command which will write the identifier of the revision being deployed to the REVISION file on each host.