]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
publish docs to new webserver 2584/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 11 Jun 2015 09:18:07 +0000 (11:18 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 11 Jun 2015 15:02:52 +0000 (17:02 +0200)
docs/Makefile.am

index ad9e6983c6a58f93cffc03dc1c897d5f10b37055..39bdaf7a879e572ea5be7850f2df721df6736de3 100644 (file)
@@ -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