Update upload script to new server user "ci".

On new server, the user `nightlybot` as been renamed to `ci`.
The path of the data used by the download server has also changed.
This commit is contained in:
Matthieu Gautier
2018-11-30 10:43:41 +01:00
parent b2a6ca7950
commit 827c963895
4 changed files with 8 additions and 8 deletions

View File

@ -20,8 +20,8 @@ TOOLCHAINS/android-sdk-r25.2.3/build-tools/25.0.2/apksigner sign \
--out ${SIGNED_APK} \
${INPUT_APK_FILE}
ssh -i ${SSH_KEY} nightlybot@download.kiwix.org "mkdir -p ${DEPLOY_DIR}"
ssh -i ${SSH_KEY} ci@download.kiwix.org "mkdir -p ${DEPLOY_DIR}"
scp -i ${SSH_KEY} \
${SIGNED_APK} \
nightlybot@download.kiwix.org:${DEPLOY_DIR}
ci@download.kiwix.org:${DEPLOY_DIR}