Updated drone.yml
This commit is contained in:
parent
6620652bf8
commit
652e2f2f32
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,9 @@ steps:
|
|||
VERSION: 010
|
||||
- name: scp files to fdroid repo
|
||||
image: appleboy/drone-scp
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
settings:
|
||||
host: git.toldi.eu
|
||||
username:
|
||||
|
@ -31,6 +34,9 @@ steps:
|
|||
source: "*.apk"
|
||||
- name: update fdroid repo
|
||||
image: appleboy/drone-ssh
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
settings:
|
||||
host: git.toldi.eu
|
||||
username:
|
||||
|
|
Loading…
Reference in a new issue