citest_publish #5

Merged
lucas merged 15 commits from citest_publish into master 2022-08-29 20:25:24 +00:00
1 changed files with 7 additions and 3 deletions
Showing only changes of commit e91cdd6879 - Show all commits

View File

@ -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