From 1591d6f16fca2a604c44d1e686ef9c3d59645e68 Mon Sep 17 00:00:00 2001 From: shimun Date: Thu, 13 Sep 2018 11:32:16 +0200 Subject: [PATCH] correct url --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]