Feat: add more file to raw
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2023-07-19 16:26:14 +02:00
parent 97162d6004
commit 3f4229b09d
1 changed files with 10 additions and 1 deletions

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