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
|
||||
access_key: $MINIO_ACCESS_KEY
|
||||
secret_key: $MINIO_SECRET_KEY
|
||||
source: ./*
|
||||
source: ./**/*
|
||||
target: /
|
||||
exclude: ".gitignore"
|
||||
exclude: ".git/"
|
||||
exclude: "config"
|
||||
exclude: "*/evaluations/DS*"
|
||||
exclude: "tools/"
|
||||
exclude: "*.rst"
|
||||
exclude: "*.tex"
|
||||
path_style: true
|
||||
environment:
|
||||
MINIO_ACCESS_KEY:
|
||||
from_secret: minio_access_key
|
||||
|
|
Loading…
Reference in New Issue