upload test
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ce573fc1c1
commit
e91cdd6879
10
.drone.yml
10
.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
|
||||
|
|
Loading…
Reference in New Issue