mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
deploy on fdroid
This commit is contained in:
parent
331ec5ffc5
commit
b7fe16c1b5
|
@ -35,6 +35,9 @@ steps:
|
|||
- echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||
# Copy sources to the building environment
|
||||
- scp -r `pwd` builder@isolated:/var/lib/builder
|
||||
environment:
|
||||
SSH_PRIVATE_KEY:
|
||||
from_secret: SSH_PRIVATE_KEY
|
||||
|
||||
- name: Build and Sign Release Artifact for F-Droid Repository
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue