Removed deployment stages
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
d0f73b8d01
commit
6c7ce4b383
1 changed files with 0 additions and 32 deletions
|
@ -12,35 +12,3 @@ pipeline:
|
|||
environment:
|
||||
PACKAGE_NAME: eu.toldi.balazs.caster
|
||||
VERSION: 010
|
||||
scpFiles:
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: toldi.eu
|
||||
username:
|
||||
from_secret: fdroid_username
|
||||
key:
|
||||
from_secret: fdroid_key
|
||||
port: 22
|
||||
rm: true
|
||||
target: /home/fdroid-builder/unsigned
|
||||
source: "*.apk"
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
updateFdroid:
|
||||
image: appleboy/drone-ssh
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
settings:
|
||||
host: git.toldi.eu
|
||||
username:
|
||||
from_secret: fdroid_username
|
||||
key:
|
||||
from_secret: fdroid_key
|
||||
port: 22
|
||||
script:
|
||||
- cd /home/fdroid-builder/
|
||||
- fdroid publish
|
||||
- fdroid update
|
||||
- fdroid deploy
|
||||
|
|
Loading…
Reference in a new issue