Sha256: 94c82e372e4cbb2c7b91d162ef695dd950579dfecf20ca64065c7889a20224d8

Contents?: true

Size: 469 Bytes

Versions: 99

Compression:

Stored size: 469 Bytes

Contents

require 'capistrano/recipes/deploy/strategy/remote'

module Capistrano
  module Deploy
    module Strategy

      # Implements the deployment strategy which does an SCM export on each
      # target host.
      class Export < Remote
        protected

          # Returns the SCM's export command for the revision to deploy.
          def command
            @command ||= source.export(revision, configuration[:release_path])
          end
      end

    end
  end
end

Version data entries

99 entries across 99 versions & 11 rubygems

Version Path
capistrano-2.15.11 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.15.10 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.15.9 lib/capistrano/recipes/deploy/strategy/export.rb
wulffeld-capistrano-2.5.8.3 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.15.8 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.5.22 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.15.7 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.15.6 lib/capistrano/recipes/deploy/strategy/export.rb
dan-capistrano-2.5.6 lib/capistrano/recipes/deploy/strategy/export.rb
fotonauts-capistrano-2.5.2 lib/capistrano/recipes/deploy/strategy/export.rb
mbailey-capistrano-2.5.5 lib/capistrano/recipes/deploy/strategy/export.rb
mbailey-capistrano-2.5.6 lib/capistrano/recipes/deploy/strategy/export.rb
mbailey-capistrano-2.5.7 lib/capistrano/recipes/deploy/strategy/export.rb
sneakin-capistrano-2.5.5 lib/capistrano/recipes/deploy/strategy/export.rb
thoughtbot-capistrano-2.5.5 lib/capistrano/recipes/deploy/strategy/export.rb
thoughtbot-capistrano-2.5.6 lib/capistrano/recipes/deploy/strategy/export.rb
wulffeld-capistrano-2.5.8.1 lib/capistrano/recipes/deploy/strategy/export.rb
wulffeld-capistrano-2.5.8 lib/capistrano/recipes/deploy/strategy/export.rb
capistrano-2.15.5 lib/capistrano/recipes/deploy/strategy/export.rb
minmb-capistrano-2.15.4 lib/capistrano/recipes/deploy/strategy/export.rb