Core: try push to minio
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2023-07-12 20:51:23 +02:00
parent ca2d7fb832
commit a3225be546
1 changed files with 15 additions and 0 deletions

View File

@ -50,3 +50,18 @@ steps:
environment:
SSH_KEY:
from_secret: sshcontent-key
- name: Push Raw Minio
image: plugins/s3
settings:
bucket: raw
access_key: $MINIO_ACCESS_KEY
secret_key: $MINIO_SECRET_KEY
source: ./
target: /
exclude: ".git/"
exclude: "config"
exclude: "*/evaluations/DS*"
exclude: "tools/"
exclude: "*.rst"
exclude: "*.tex"