Core: try push to minio
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ca2d7fb832
commit
a3225be546
15
.drone.yml
15
.drone.yml
@ -50,3 +50,18 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: sshcontent-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"
|
||||||
|
Loading…
Reference in New Issue
Block a user