mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
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:
@ -13,9 +13,9 @@ BASE_DIR="BUILD_${PLATFORM}"
|
||||
|
||||
mkdir -p ${HOME}/APKS
|
||||
|
||||
scp -i ${SSH_KEY} nightlybot@download.kiwix.org:${DEPLOY_DIR}/* ${HOME}/APKS
|
||||
scp -i ${SSH_KEY} ci@download.kiwix.org:${DEPLOY_DIR}/* ${HOME}/APKS
|
||||
|
||||
ssh -i ${SSH_KEY} nightlybot@download.kiwix.org "rm -rf ${DEPLOY_DIR}"
|
||||
ssh -i ${SSH_KEY} ci@download.kiwix.org "rm -rf ${DEPLOY_DIR}"
|
||||
|
||||
${TRAVIS_BUILD_DIR}/build_custom_app.py \
|
||||
--step publish \
|
||||
|
Reference in New Issue
Block a user