This commit is contained in:
parent
9e2de25103
commit
9b4f68e3f7
@ -56,8 +56,6 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
bucket: raw
|
bucket: raw
|
||||||
endpoint: https://storage.opytex.org
|
endpoint: https://storage.opytex.org
|
||||||
access_key: ${MINIO_ACCESS_KEY}
|
|
||||||
secret_key: ${MINIO_SECRET_KEY}
|
|
||||||
source: ./**/*
|
source: ./**/*
|
||||||
target: /
|
target: /
|
||||||
exclude: ".gitignore"
|
exclude: ".gitignore"
|
||||||
@ -69,7 +67,7 @@ steps:
|
|||||||
exclude: "*.tex"
|
exclude: "*.tex"
|
||||||
path_style: true
|
path_style: true
|
||||||
environment:
|
environment:
|
||||||
MINIO_ACCESS_KEY:
|
access_key:
|
||||||
from_secret: minio_access_key
|
from_secret: minio_access_key
|
||||||
MINIO_SECRET_KEY:
|
secret_key:
|
||||||
from_secret: minio_secret_key
|
from_secret: minio_secret_key
|
||||||
|
Loading…
Reference in New Issue
Block a user