fix: source with glob and add secret
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a3225be546
commit
05c6b7eb8f
@ -57,7 +57,7 @@ steps:
|
|||||||
bucket: raw
|
bucket: raw
|
||||||
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: ".git/"
|
exclude: ".git/"
|
||||||
exclude: "config"
|
exclude: "config"
|
||||||
@ -65,3 +65,8 @@ steps:
|
|||||||
exclude: "tools/"
|
exclude: "tools/"
|
||||||
exclude: "*.rst"
|
exclude: "*.rst"
|
||||||
exclude: "*.tex"
|
exclude: "*.tex"
|
||||||
|
environment:
|
||||||
|
MINIO_ACCESS_KEY:
|
||||||
|
from_secret: minio_access_key
|
||||||
|
MINIO_SECRET_KEY:
|
||||||
|
from_secret: minio_secret_key
|
||||||
|
Loading…
Reference in New Issue
Block a user