diff --git a/.drone.yml b/.drone.yml index dc3c757..a9f7271 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,14 @@ steps: image: alpine commands: - ls - - name: Nur für citest_publish branch (später master) - image: alpine + - name: upload files to nextcloud + image: curlimages/curl + environment: + username: + from_secret: nextcloud_secret commands: - - echo foo + - | + curl -k -T satzung.pdf -u "$username" -H "X-Requested-With: XMLHttpRequest" https://cloud.ctdo.de/public.php/webdav/$(date +"%Y-%m-%d")_satzung.pdf when: ref: - refs/heads/citest_publish