lib/templates/gearship.yml in gearship-0.1.4 vs lib/templates/gearship.yml in gearship-0.2.0
- old
+ new
@@ -1,14 +1,13 @@
----
# 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"
+ app_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
@@ -21,5 +20,7 @@
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.