Feat: add more file to raw
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
97162d6004
commit
3f4229b09d
11
.drone.yml
11
.drone.yml
|
@ -14,7 +14,16 @@ steps:
|
||||||
path: /tosend
|
path: /tosend
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache rsync
|
- 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
|
- name: Push bucket Raw
|
||||||
image: plugins/s3-sync:1
|
image: plugins/s3-sync:1
|
||||||
|
|
Loading…
Reference in New Issue