put from secret in settings
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9b4f68e3f7
commit
7968cca378
|
@ -56,6 +56,10 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
bucket: raw
|
bucket: raw
|
||||||
endpoint: https://storage.opytex.org
|
endpoint: https://storage.opytex.org
|
||||||
|
access_key:
|
||||||
|
from_secret: minio_access_key
|
||||||
|
secret_key:
|
||||||
|
from_secret: minio_secret_key
|
||||||
source: ./**/*
|
source: ./**/*
|
||||||
target: /
|
target: /
|
||||||
exclude: ".gitignore"
|
exclude: ".gitignore"
|
||||||
|
@ -66,8 +70,3 @@ steps:
|
||||||
exclude: "*.rst"
|
exclude: "*.rst"
|
||||||
exclude: "*.tex"
|
exclude: "*.tex"
|
||||||
path_style: true
|
path_style: true
|
||||||
environment:
|
|
||||||
access_key:
|
|
||||||
from_secret: minio_access_key
|
|
||||||
secret_key:
|
|
||||||
from_secret: minio_secret_key
|
|
||||||
|
|
Loading…
Reference in New Issue