„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-09 01:06:51 +02:00
parent add5332d64
commit 4da9acde2f

View File

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