diff --git a/.drone.yml b/.drone.yml index 8890750..e4f1eb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,9 +53,13 @@ steps: - name: Upload to Nextcloud image: gam2046/drone-webdav - file: public.zip - destination: https://nextcloud.chrosey.de/remote.php/dav/files/chrosey/elkes_homepage/ - secrets: [webdav_username, webdav_password] + settings: + file: public.zip + destination: https://nextcloud.chrosey.de/remote.php/dav/files/chrosey/elkes_homepage/ + username: + from_secret: webdav_username + password: + from_secret: webdav_password when: event: tag