publish package
This commit is contained in:
parent
2c32e74fd3
commit
02fdcbcb82
@ -7,3 +7,11 @@ pipeline:
|
|||||||
image: kramos/alpine-zip
|
image: kramos/alpine-zip
|
||||||
commands:
|
commands:
|
||||||
- zip seafile.zip -r modules icon.png main.py metadata.xml settings.ui
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user