mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-07 21:17:34 +00:00
5f3f05247a
Also updates test to catch this issue
23 lines
437 B
YAML
23 lines
437 B
YAML
---
|
|
version: '3'
|
|
services:
|
|
webdav:
|
|
image: bytemark/webdav
|
|
environment:
|
|
USERNAME: jdoe
|
|
PASSWORD: hunter2
|
|
|
|
plugin:
|
|
build:
|
|
context: ../
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- '.:/test'
|
|
environment:
|
|
PLUGIN_FILE: '/test/test{1,2}.txt'
|
|
PLUGIN_DESTINATION: 'http://webdav/'
|
|
PLUGIN_USERNAME: jdoe
|
|
PLUGIN_PASSWORD: hunter2
|
|
PLUGIN_TIMEOUT: 10
|
|
PLUGIN_ATTEMPTS: 4
|