add path_style
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
99c2d8168c
commit
25803141b3
|
@ -58,14 +58,16 @@ steps:
|
||||||
endpoint: https://storage.opytex.org
|
endpoint: https://storage.opytex.org
|
||||||
access_key: $MINIO_ACCESS_KEY
|
access_key: $MINIO_ACCESS_KEY
|
||||||
secret_key: $MINIO_SECRET_KEY
|
secret_key: $MINIO_SECRET_KEY
|
||||||
source: ./*
|
source: ./**/*
|
||||||
target: /
|
target: /
|
||||||
|
exclude: ".gitignore"
|
||||||
exclude: ".git/"
|
exclude: ".git/"
|
||||||
exclude: "config"
|
exclude: "config"
|
||||||
exclude: "*/evaluations/DS*"
|
exclude: "*/evaluations/DS*"
|
||||||
exclude: "tools/"
|
exclude: "tools/"
|
||||||
exclude: "*.rst"
|
exclude: "*.rst"
|
||||||
exclude: "*.tex"
|
exclude: "*.tex"
|
||||||
|
path_style: true
|
||||||
environment:
|
environment:
|
||||||
MINIO_ACCESS_KEY:
|
MINIO_ACCESS_KEY:
|
||||||
from_secret: minio_access_key
|
from_secret: minio_access_key
|
||||||
|
|
Loading…
Reference in New Issue