From 9b4f68e3f7640205332b9f83653cf95039d988ee Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 15 Jul 2023 17:29:20 +0200 Subject: [PATCH] Test syntax --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 31b3090..146f783 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,8 +56,6 @@ steps: settings: bucket: raw endpoint: https://storage.opytex.org - access_key: ${MINIO_ACCESS_KEY} - secret_key: ${MINIO_SECRET_KEY} source: ./**/* target: / exclude: ".gitignore" @@ -69,7 +67,7 @@ steps: exclude: "*.tex" path_style: true environment: - MINIO_ACCESS_KEY: + access_key: from_secret: minio_access_key - MINIO_SECRET_KEY: + secret_key: from_secret: minio_secret_key