]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/git-post-merge-hook.erb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / nominatim / templates / default / git-post-merge-hook.erb
index a1ee3179508274024ec22b1195bfb8da030c55f4..fc806f1b484408701ddfc89a0d36dd12bb97aea4 100644 (file)
@@ -13,6 +13,5 @@ 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/update.php --update-address-levels
+  ./nominatim refresh --functions --address-levels --website
 fi