]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: add website setup to merge hook
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 19:31:15 +0000 (21:31 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Jul 2020 19:31:15 +0000 (21:31 +0200)
cookbooks/nominatim/templates/default/git-post-merge-hook.erb

index a1ee3179508274024ec22b1195bfb8da030c55f4..9c20abaca0f13cad279ccda0a5687d09cb5ee7b2 100644 (file)
@@ -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