fix: source with glob and add secret
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2023-07-12 20:56:35 +02:00
parent a3225be546
commit 05c6b7eb8f
1 changed files with 6 additions and 1 deletions

View File

@ -57,7 +57,7 @@ steps:
bucket: raw
access_key: $MINIO_ACCESS_KEY
secret_key: $MINIO_SECRET_KEY
source: ./
source: ./*
target: /
exclude: ".git/"
exclude: "config"
@ -65,3 +65,8 @@ steps:
exclude: "tools/"
exclude: "*.rst"
exclude: "*.tex"
environment:
MINIO_ACCESS_KEY:
from_secret: minio_access_key
MINIO_SECRET_KEY:
from_secret: minio_secret_key