From a3225be546a0a7e8abb9fd63993389a4b1928ede Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 12 Jul 2023 20:51:23 +0200 Subject: [PATCH] Core: try push to minio --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2c46169..17d6b72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"