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