mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +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 -
|
- echo "$SSH_PRIVATE_KEY" | ssh-add -
|
||||||
# Copy sources to the building environment
|
# Copy sources to the building environment
|
||||||
- scp -r `pwd` builder@isolated:/var/lib/builder
|
- 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
|
- name: Build and Sign Release Artifact for F-Droid Repository
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue