Drone plugins > WebDAV
WebDAV
by vividboarder
The WebDAV plugin will allow pushing build artifacts to any WebDAV server, including Nextcloud or ownCloud.
Example
kind: pipeline
name: default
steps:
- name: upload_debug
image: vividboarder/drone-webdav
settings:
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
username: admin
password: password
Properties
file
stringrequiredThe path to the file to upload.
Default: none
destination
stringrequiredThe destination URL.
Default: none
username
stringrequiredThe username to authenticate with.
Default: none
password
stringoptionalThe password to authenticate with.
Secret recommendedDefault: none