Sha256: aa8d3ed810a748c3b1bc291b37c372c888348bf75960024e8376668d8332eed4

Contents?: true

Size: 758 Bytes

Versions: 1

Compression:

Stored size: 758 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
  app_name: app_name
  app_repo: username/repository
  app_port_map: "4000:4000"
  
# Remote actions here will be downloaded to compiled/actions.
actions:
  # install_newrelic: https://github.com/leonas/gearship-actions/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

Version data entries

1 entries across 1 versions & 1 rubygems

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