Sha256: 8975bcf03f1b938357176fc1b5191ffe8117d9a76c93d784108ce3e5105fa4c6

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

# variables here will be compiled to individual files in compiled/attributes.
attributes:
  ssh_target: user@target:port
  docker_username: docker_user
  docker_password: docker_password
  container_name: container_name
  container_repo: username/repository
  container_port_map: 80:4000
  
# Remote actions here will be downloaded to compiled/actions.
actions:
  # install_newrelic: https://raw.githubusercontent.com/Leonas/gearship-actions/master/install_newrelic.sh

# Listed files will be copied to compiled/files.
# files:
#   - ~/.ssh/id_rsa.pub

preferences:
  # Erase the generated folder on the server after deploy.
  erase_remote_folder: true
  cache_remote_actions: false

  # Use variables like <%= @attributes.environment %> in actions, roles, files and install.sh.
  eval_erb: true

# For security concerns, you may want to keep this file outside of source control, but you should be okay if your project repos are private to you.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gearship-0.2.4 lib/templates/gearship.yml