X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=760c3e391f14df5d7afbd62ec5e3fd3affcf201d;hb=881e263930be7041608fa7a0b72da289cb8c90a2;hp=dacee5a55eac1f846ed68a1d414935684749da59;hpb=fa07ba5f0028c36e849f99eae9294eaa7a438945;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/update b/update index dacee5a..760c3e3 100755 --- a/update +++ b/update @@ -21,6 +21,7 @@ web="`git config --get --path remote.web.url`" && [ -n "$web" ] && git push web # Copy search_tags.* with timestamp to avoid rebuilding -rsync -ahP "$current"/search_tags.py "$current"/search_tags.tmpl . && +rsync -ahP "$current"/html/html.py "$current"/html/html.tmpl \ + "$current"/html/redirect.py "$current"/html/redirect.tmpl html && cd "$current" && exec git pull origin