diff --git a/.drone.yml b/.drone.yml index 3e4ba14..d33ad66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: dl-cache: image: repo.shimun.net/drone-plugins/davfile - url: https://seaf.shimun.net/seafdav/drone/ + url: https://seaf.shimun.net/seafdav/Drone/cache/ secrets: ["docker_username", "docker_password"] file: cache.tar.gz secrets: ["dav_username", "dav_password"] @@ -22,7 +22,7 @@ pipeline: file: /drone/docker up-cache: image: repo.shimun.net/drone-plugins/davfile - url: https://seaf.shimun.net/seafdav/drone/ + url: https://seaf.shimun.net/seafdav/Drone/cache/ upload: true file: cache.tar.gz secrets: ["dav_username", "dav_password"]