Methods

Files

Class/Module Index [+]

Quicksearch

Capistrano::Deploy::Strategy::Checkout

Implements the deployment strategy which does an SCM checkout on each target host. This is the default deployment strategy for Capistrano.

Protected Instance Methods

command() click to toggle source

Returns the SCM's checkout command for the revision to deploy.

# File lib/capistrano/recipes/deploy/strategy/checkout.rb, line 13
def command
  @command ||= source.checkout(revision, configuration[:release_path])
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.