From d9ef79217219b61581ce235f6f4feab6f2208551 Mon Sep 17 00:00:00 2001 From: Kelson Date: Sat, 3 Nov 2018 14:36:05 +0100 Subject: [PATCH] Update Travis for new download server --- travis/deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/travis/deploy.sh b/travis/deploy.sh index 3bb26f0..c77af35 100755 --- a/travis/deploy.sh +++ b/travis/deploy.sh @@ -17,7 +17,7 @@ then nightlybot@download.kiwix.org:/var/www/download.kiwix.org/nightly scp -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \ ${NIGHTLY_ZIM_ARCHIVES_DIR} \ - nightlybot@download.kiwix.org:/var/www/download.openzim.org/nightly + ci@download.openzim.org:/data/openzim/nightly elif [[ "x$TRAVIS_TAG" != "x" ]] then @@ -41,7 +41,7 @@ then subdir=$(basename $(dirname $archive)) scp -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \ ${archive} \ - nightlybot@download.openzim.org:/var/www/download.openzim.org/release/${subdir} + ci@download.openzim.org:/data/openzim/release/${subdir} done fi @@ -65,7 +65,7 @@ then subdir=$(basename $(dirname $archive)) scp -vrp -i ${SSH_KEY} -o StrictHostKeyChecking=no \ ${archive} \ - nightlybot@download.openzim.org:/var/www/download.openzim.org/release/${subdir} + ci@download.openzim.org:/data/openzim/release/${subdir} done fi fi