This commit is contained in:
parent
17f3efae15
commit
42e5ac64a3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue