From 02fdcbcb82a4317ed099137212c96d3423a94214 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Wed, 3 Oct 2018 16:46:00 +0200 Subject: [PATCH] publish package --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 80bfb91..b4ab569 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,3 +7,11 @@ 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] + when: + event: tag