Class Capistrano::Deploy::Strategy::Export
In: lib/capistrano/recipes/deploy/strategy/export.rb
lib/capistrano/recipes/deploy/strategy/export.rb
Parent: Remote

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

Methods

command   command  

Protected Instance methods

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

[Source]

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

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

[Source]

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

[Validate]