From 62418f96054997095c42d620af1b0268a1c49405 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 25 Mar 2014 15:46:28 +1100 Subject: [PATCH] Added web hook Fixed syntax error --- templates/postgres.template.yml | 2 +- templates/web.template.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index f5ae81e..8da1906 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -85,7 +85,7 @@ run: echo Run: "sudo mv /var/docker/shared/postgres_data /var/shared/postgres_data_old" echo Run: "./launcher bootstrap" echo - echo Login to the blank site, and import your backup (remember to set the allow_restore site setting) + echo "Login to the blank site, and import your backup (remember to set the allow_restore site setting)" echo Restart your container: "./launcher restart" echo ------------------------------------------------------------------------------------- exit 1 diff --git a/templates/web.template.yml b/templates/web.template.yml index ee53dde..0268582 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -119,6 +119,7 @@ run: - exec: cd: $home + hook: web cmd: # ensure we are on latest bundler - gem update bundler -- 2.25.1