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 2 additions and 6 deletions
Showing only changes of commit 97162d6004 - Show all commits

View File

@ -15,16 +15,12 @@ steps:
commands:
- apk add --no-cache rsync
- rsync -am --include="*/" --include="*.odt" --include="*.pdf" --exclude="*" ./ /tosend
- pwd
- ls /tosend
- cd /tosend
- pwd
- name: Push bucket Raw
image: plugins/s3-sync:1
volumes:
- name: tosend
path: /tosend
path: /drone/src/tosend
settings:
bucket: raw
endpoint: https://storage.opytex.org
@ -74,7 +70,7 @@ steps:
image: plugins/s3-sync:1
volumes:
- name: pelican-output
path: /drone/content/output
path: /drone/src/output
settings:
bucket: opytex.org
endpoint: https://storage.opytex.org