mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-04 19:47:33 +00:00
parent
30febb63a3
commit
7b236ca078
10
Readme.md
10
Readme.md
@ -9,8 +9,9 @@ An example configuration would be as follows:
|
||||
pipeline:
|
||||
upload_debug:
|
||||
image: vividboarder/drone-webdav
|
||||
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
|
||||
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
|
||||
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/
|
||||
user: myusername
|
||||
password: mypassword
|
||||
```
|
||||
@ -21,8 +22,9 @@ You probably don't want to check your credentials into your repo, so you may use
|
||||
pipeline:
|
||||
upload_debug:
|
||||
image: vividboarder/drone-webdav
|
||||
file: com.vividboarder.otbeta/build/outputs/apk/com.vividboarder.otbeta-debug.apk
|
||||
destination: https://my.nextcloud.com/remote.php/dav/files/vividboarder/Android/Apks/
|
||||
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/
|
||||
secrets:
|
||||
- source: WEBDAV_USER
|
||||
target: PLUGIN_USERNAME
|
||||
|
Loading…
Reference in New Issue
Block a user