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.99.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.99.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.98.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.97.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.96.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.95.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.94.3 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.94.2 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.94.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.94.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.93.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.92.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.91.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.90.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.89.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.88.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.87.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.87.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.86.0 lib/avm/eac_webapp_base0/deploy/write_on_target.rb
avm-tools-0.85.1 lib/avm/eac_webapp_base0/deploy/write_on_target.rb