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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user