From: Sam Saffron Date: Mon, 4 Nov 2013 05:11:47 +0000 (-0800) Subject: cleanup sample ... add hooks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d0cd2c4de958a3e47e625d98d4bdab10b783d8db;p=discourse_docker.git cleanup sample ... add hooks --- diff --git a/standalone.template.yml b/standalone.template.yml index c5f6606..4e67e6e 100644 --- a/standalone.template.yml +++ b/standalone.template.yml @@ -92,6 +92,7 @@ run: - exec: cd: $home + hook: code cmd: - git reset --hard - git clean -f diff --git a/standalone.yml.sample b/standalone.yml.sample index ed1b98d..f11a465 100644 --- a/standalone.yml.sample +++ b/standalone.yml.sample @@ -6,6 +6,7 @@ expose: - "2222:22" params: + # ssh key so you can log in ssh_key: YOUR_SSH_KEY # git revision to run version: HEAD @@ -15,9 +16,10 @@ params: database_yml: production: host_names: - - dev.samsaffron.com + # your domain name + - www.example.com -# needed for bootstrapping +# needed for bootstrapping, lowercase email env: - DEVELOPER_EMAILS: 'sam.saffron@gmail.com' + DEVELOPER_EMAILS: 'my_email@email.com'