2018-10-03 16:46:00 +02:00

18 lines
428 B
YAML

pipeline:
modules:
image: python:3.5
commands:
- ./make-modules.sh
package:
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