From 7f8236859e4181a2c5a53ee084df516cc3d4cc24 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 11 Jun 2015 11:18:07 +0200 Subject: [PATCH] publish docs to new webserver --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index ad9e6983c6..39bdaf7a87 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -71,5 +71,5 @@ clean: rm -rf html html.tar.bz2 *.8 *.1 publish: html html.tar.bz2 - rsync -crv --exclude '*~' ./html/ pdnsdocs@xs.powerdns.com:md/ - rsync -crv --exclude '*~' ./html.tar.bz2 pdnsdocs@xs.powerdns.com:html.tar.bz2 + rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./html/ web1.powerdns.com:/srv/www/doc.powerdns.com/md + rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./html.tar.bz2 web1.powerdns.com:/srv/www/doc.powerdns.com/html.tar.bz2 -- 2.47.2