From: Sarah Hoffmann Date: Sun, 5 Jul 2020 19:31:15 +0000 (+0200) Subject: nominatim: add website setup to merge hook X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/da9f7215db51f7061618ec41cea625072f318b79 nominatim: add website setup to merge hook --- 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