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