From 68a15dbfc8bccba9588d74b5bd3479b07767347c Mon Sep 17 00:00:00 2001 From: shimun Date: Fri, 23 Nov 2018 15:55:20 +0100 Subject: [PATCH] release to gitea --- .drone.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index de8407e..5ea4ce6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,12 +13,15 @@ pipeline: image: kramos/alpine-zip commands: - zip seafile.zip -r modules icon.png main.py metadata.xml settings.ui - upload_package: - image: vividboarder/drone-webdav - file: seafile.zip - destination: https://git.shimun.net/files/screencloud-seafile/$$TAG.zip - username: git - secrets: [webdav_password] + release: + image: plugins/gitea-release + settings: + api_key: + from_secret: gitea_token + base_url: https://git.shimun.net + files: seafile.zip + checksum: + - sha256 when: event: tag clean: