mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
Target uploads to new dropbox address
SSH server which was used to receive file uploads (CI, nightly and release) has been migrated to a new one on a different address. Username, Key and paths are unchanged. Most notable changes are the use of master.download.kiwix.org as the target in replacement of mirror.download.kiwix.org (although it would still work) and the Port to which SSH is listening on (30022 instead of 22)
This commit is contained in:
parent
bb9331d4f5
commit
4cfc708158
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -69,5 +69,5 @@ jobs:
|
||||
run: |
|
||||
mkdir $DATE
|
||||
cp $UNIVERSAL_DEBUG_APK $DATE
|
||||
scp -vrp -i ssh_key -o StrictHostKeyChecking=no $DATE ci@download.kiwix.org:/data/download/nightly/
|
||||
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no $DATE ci@master.download.kiwix.org:/data/download/nightly/
|
||||
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
run: |
|
||||
./gradlew assembleRelease
|
||||
cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk
|
||||
scp -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@download.kiwix.org:/data/download/release/kiwix-android/
|
||||
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@master.download.kiwix.org:/data/download/release/kiwix-android/
|
||||
|
||||
- name: Publish to github releases
|
||||
uses: ncipollo/release-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user