From 42e5ac64a3ce275b262015eb4c9356b84c2f8a2a Mon Sep 17 00:00:00 2001 From: Hamcha Date: Wed, 17 Nov 2021 16:53:54 +0100 Subject: [PATCH] ..................... --- .woodpecker/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index da5a64e..2173824 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -41,7 +41,7 @@ pipeline: secrets: [minio_access, minio_secret] settings: bucket: tghandbook - source: dist/**/* + source: ./dist/**/* target: /${DRONE_COMMIT_BRANCH/\//_}-${DRONE_COMMIT_SHA:0:8}/ strip_prefix: dist/ path_style: true @@ -58,7 +58,7 @@ pipeline: secrets: [minio_access, minio_secret] settings: bucket: tghandbook - source: dist-pr/**/* + source: ./dist-pr/**/* target: /pr-${DRONE_PULL_REQUEST}/ strip_prefix: dist-pr/ path_style: true @@ -75,7 +75,7 @@ pipeline: secrets: [minio_access, minio_secret] settings: bucket: tghandbook - source: dist-branch/**/* + source: ./dist-branch/**/* target: /${DRONE_COMMIT_BRANCH/\//_}/ strip_prefix: dist-branch/ path_style: true