mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-06 12:37:33 +00:00
Fix documentation (#18)
needed to show correct docs on Woodpecker plugin page
This commit is contained in:
parent
d9d0424b9f
commit
b7a984ed39
4
docs.md
4
docs.md
@ -24,7 +24,7 @@ that will allow pushing build artifacts to any [WebDAV](http://www.webdav.org/)
|
|||||||
| ------------------ |--------- | --------------------------------------------
|
| ------------------ |--------- | --------------------------------------------
|
||||||
| `file` | **✓** | File(s) to upload. Use [curl syntax](https://curl.se/docs/manpage.html#-T) for multiple (e.g. `{dogs.png,cats.jpg}`)
|
| `file` | **✓** | File(s) to upload. Use [curl syntax](https://curl.se/docs/manpage.html#-T) for multiple (e.g. `{dogs.png,cats.jpg}`)
|
||||||
| `destination` | **✓** | The WebDav **folder** url
|
| `destination` | **✓** | The WebDav **folder** url
|
||||||
| `user` | **✓** | The WebDav-**User** to use
|
| `username` | **✓** | The WebDav-**User** to use
|
||||||
| `password` | | The **Password** for the WebDav-User
|
| `password` | | The **Password** for the WebDav-User
|
||||||
| `proxy_url` | | May be used to specify a proxy (e.g. `socks5://{ip_address}:{port}`
|
| `proxy_url` | | May be used to specify a proxy (e.g. `socks5://{ip_address}:{port}`
|
||||||
| `timeout` | | Defines a timeout (in seconds) to stop the upload after a certain time
|
| `timeout` | | Defines a timeout (in seconds) to stop the upload after a certain time
|
||||||
@ -40,7 +40,7 @@ pipeline:
|
|||||||
settings:
|
settings:
|
||||||
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
|
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
|
||||||
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
|
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
|
||||||
user:
|
username:
|
||||||
from_secret: WEBDAV_USER
|
from_secret: WEBDAV_USER
|
||||||
password:
|
password:
|
||||||
from_secret: WEBDAV_PASSWORD
|
from_secret: WEBDAV_PASSWORD
|
||||||
|
Loading…
Reference in New Issue
Block a user