lib/templates/gearship.yml in gearship-0.2.1 vs lib/templates/gearship.yml in gearship-0.2.2
- old
+ new
@@ -1,12 +1,12 @@
# 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: "80:4000"
+ 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