From d517decd2c8e0a9c236a8970b614720360b9d37e Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 25 Jul 2023 15:56:26 +0200 Subject: [PATCH] Fix: strip_prefix and better glob --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a7de28a..3fa469a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,9 +52,10 @@ steps: from_secret: minio_access_key secret_key: from_secret: minio_secret_key - source: /output/* + source: /output/**/* target: / path_style: true + strip_prefix: true volumes: