From 9e276d20a684e9a60833e9d9153fa648b20f1566 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 18 Sep 2015 17:28:42 -0500 Subject: [PATCH] teuthology-docs: push teuthology docs to docs.ceph.com Signed-off-by: Andrew Schoen --- teuthology-docs/build/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology-docs/build/build b/teuthology-docs/build/build index d59b297c..1ca8dbe2 100644 --- a/teuthology-docs/build/build +++ b/teuthology-docs/build/build @@ -20,5 +20,5 @@ fi # create the docs build with tox tox -rv -e docs -# publish docs to ceph.com/teuthology/docs -rsync -auv --delete -e "ssh -i /home/jenkins-build/.ssh/cephdocs_id_rsa -o StrictHostKeyChecking=no" .tox/docs/tmp/html/* cephdocs@ceph.newdream.net:/home/ceph_site/ceph.com/teuthology/docs/ +# publish docs to docs.ceph.com/docs/teuthology +rsync -auv --delete -e .tox/docs/tmp/html/* ubuntu@docs.front.sepia.ceph.com:/var/teuthology/docs/ -- 2.39.5