Methods

Class Index [+]

Quicksearch

Capistrano::Deploy::Strategy::Export

Implements the deployment strategy which does an SCM export on each target host.

Protected Instance Methods

command() click to toggle source

Returns the SCM’s export command for the revision to deploy.

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.