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]
|
secrets: [minio_access, minio_secret]
|
||||||
settings:
|
settings:
|
||||||
bucket: tghandbook
|
bucket: tghandbook
|
||||||
source: dist/**/*
|
source: ./dist/**/*
|
||||||
target: /${DRONE_COMMIT_BRANCH/\//_}-${DRONE_COMMIT_SHA:0:8}/
|
target: /${DRONE_COMMIT_BRANCH/\//_}-${DRONE_COMMIT_SHA:0:8}/
|
||||||
strip_prefix: dist/
|
strip_prefix: dist/
|
||||||
path_style: true
|
path_style: true
|
||||||
|
@ -58,7 +58,7 @@ pipeline:
|
||||||
secrets: [minio_access, minio_secret]
|
secrets: [minio_access, minio_secret]
|
||||||
settings:
|
settings:
|
||||||
bucket: tghandbook
|
bucket: tghandbook
|
||||||
source: dist-pr/**/*
|
source: ./dist-pr/**/*
|
||||||
target: /pr-${DRONE_PULL_REQUEST}/
|
target: /pr-${DRONE_PULL_REQUEST}/
|
||||||
strip_prefix: dist-pr/
|
strip_prefix: dist-pr/
|
||||||
path_style: true
|
path_style: true
|
||||||
|
@ -75,7 +75,7 @@ pipeline:
|
||||||
secrets: [minio_access, minio_secret]
|
secrets: [minio_access, minio_secret]
|
||||||
settings:
|
settings:
|
||||||
bucket: tghandbook
|
bucket: tghandbook
|
||||||
source: dist-branch/**/*
|
source: ./dist-branch/**/*
|
||||||
target: /${DRONE_COMMIT_BRANCH/\//_}/
|
target: /${DRONE_COMMIT_BRANCH/\//_}/
|
||||||
strip_prefix: dist-branch/
|
strip_prefix: dist-branch/
|
||||||
path_style: true
|
path_style: true
|
||||||
|
|
Reference in a new issue