Sha256: 55b8a0d2dc2bd9ab692ee3320002009590c8883e19f8c29b6e77510a1a9dd452

Contents?: true

Size: 305 Bytes

Versions: 4

Compression:

Stored size: 305 Bytes

Contents

Indocker.add_artifact(
  Indocker::Artifacts::Git.new(
    name:        :indocker_readme,
    remote_name: 'origin',
    remote_url:  'https://github.com/ArtStation/indocker.git',
    branch:      :master,
    source_path: './README.md',
    target_path: File.join(Indocker.deploy_dir, 'README.md'),
  )
)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
indocker-0.1.16 example/indocker/infrastructure/artifacts.rb
indocker-0.1.15 example/indocker/infrastructure/artifacts.rb
indocker-0.1.14 example/indocker/infrastructure/artifacts.rb
indocker-0.1.13 example/indocker/infrastructure/artifacts.rb