push_minio #2

Merged
lafrite merged 6 commits from push_minio into main 2023-07-19 16:01:58 +00:00
1 changed files with 10 additions and 1 deletions
Showing only changes of commit 3f4229b09d - Show all commits

View File

@ -14,7 +14,16 @@ steps:
path: /tosend
commands:
- apk add --no-cache rsync
- rsync -am --include="*/" --include="*.odt" --include="*.pdf" --exclude="*" ./ /tosend
- |
rsync -am --include="*/"
--include="*.html"
--include="*.css"
--include="*.png"
--include="*.jpg"
--include="*.odt"
--include="*.pdf"
--exclude="*"
./ /tosend
- name: Push bucket Raw
image: plugins/s3-sync:1