add standalone signing

pull/110/head
Alya Sirko 2022-09-02 04:00:25 +03:00
parent 38a8880b1c
commit 2ea278400e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ steps:
- echo "$SSH_PRIVATE_KEY" | ssh-add -
# Upload and sign the artifact
- scp app-release.apk fdroid@isolated:/var/lib/fdroid/unsigned/"standalone_pro.kherel.selfprivacy_$APP_BUILD_ID.apk"
- ssh fdroid@isolated "fdroid publish && fdroid update"
- ssh fdroid@isolated "export FDROID_KEY_STORE_PASS=`cat /run/secrets/fdroid-keystore-pass` && fdroid publish && fdroid update"
- scp -r fdroid@isolated:/var/lib/fdroid/repo `pwd`
environment:
SSH_PRIVATE_KEY: