Sha256: aaad717b37fd26c5f2cfd8c0899d1ab487181abd2efddd37e1b1a4c847ad4e6a

Contents?: true

Size: 400 Bytes

Versions: 94

Compression:

Stored size: 400 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/core_ext'

module Avm
  module EacWebappBase0
    class Deploy
      module WriteOnTarget
        def write_on_target
          ::Avm::Files::Deploy.new(
            instance.host_env,
            instance.read_entry(::Avm::Instances::EntryKeys::FS_PATH)
          ).append_plain_directory(build_dir).run
        end
      end
    end
  end
end

Version data entries

94 entries across 94 versions & 3 rubygems

Version Path
avm-tools-0.85.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.84.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.83.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.82.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.82.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.81.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.80.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.79.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.78.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.77.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.76.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.76.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.75.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.75.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb