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
|
VERSION: 010
|
||||||
- name: scp files to fdroid repo
|
- name: scp files to fdroid repo
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
settings:
|
settings:
|
||||||
host: git.toldi.eu
|
host: git.toldi.eu
|
||||||
username:
|
username:
|
||||||
|
@ -31,6 +34,9 @@ steps:
|
||||||
source: "*.apk"
|
source: "*.apk"
|
||||||
- name: update fdroid repo
|
- name: update fdroid repo
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
settings:
|
settings:
|
||||||
host: git.toldi.eu
|
host: git.toldi.eu
|
||||||
username:
|
username:
|
||||||
|
|
Loading…
Reference in a new issue