From da9f7215db51f7061618ec41cea625072f318b79 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 5 Jul 2020 21:31:15 +0200 Subject: [PATCH] nominatim: add website setup to merge hook --- cookbooks/nominatim/templates/default/git-post-merge-hook.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb index a1ee31795..9c20abaca 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -14,5 +14,6 @@ make psql -d <%= @dbname %> -c "SELECT version();" >/dev/null 2>&1 if [[ "$?" == "0" ]]; then ./utils/setup.php --create-functions --create-partition-functions --enable-diff-updates + ./utils/setup.php --setup-website ./utils/update.php --update-address-levels fi -- 2.45.1