release to gitea
This commit is contained in:
parent
96a6796067
commit
68a15dbfc8
15
.drone.yml
15
.drone.yml
@ -13,12 +13,15 @@ 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:
|
release:
|
||||||
image: vividboarder/drone-webdav
|
image: plugins/gitea-release
|
||||||
file: seafile.zip
|
settings:
|
||||||
destination: https://git.shimun.net/files/screencloud-seafile/$$TAG.zip
|
api_key:
|
||||||
username: git
|
from_secret: gitea_token
|
||||||
secrets: [webdav_password]
|
base_url: https://git.shimun.net
|
||||||
|
files: seafile.zip
|
||||||
|
checksum:
|
||||||
|
- sha256
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user