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"