This commit is contained in:
parent
72e86f13ed
commit
ae12eaa6a0
1 changed files with 6 additions and 6 deletions
|
@ -40,8 +40,8 @@ pipeline:
|
||||||
image: woodpeckerci/plugin-s3
|
image: woodpeckerci/plugin-s3
|
||||||
bucket: tghandbook
|
bucket: tghandbook
|
||||||
secrets: [minio_access, minio_secret]
|
secrets: [minio_access, minio_secret]
|
||||||
access_key: $minio_access
|
access_key: $MINIO_ACCESS
|
||||||
secret_key: $minio_secret
|
secret_key: $MINIO_SECRET
|
||||||
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/
|
||||||
|
@ -55,8 +55,8 @@ pipeline:
|
||||||
image: woodpeckerci/plugin-s3
|
image: woodpeckerci/plugin-s3
|
||||||
bucket: tghandbook
|
bucket: tghandbook
|
||||||
secrets: [minio_access, minio_secret]
|
secrets: [minio_access, minio_secret]
|
||||||
access_key: $minio_access
|
access_key: $MINIO_ACCESS
|
||||||
secret_key: $minio_secret
|
secret_key: $MINIO_SECRET
|
||||||
source: dist-pr/**/*
|
source: dist-pr/**/*
|
||||||
target: /pr-${DRONE_PULL_REQUEST}/
|
target: /pr-${DRONE_PULL_REQUEST}/
|
||||||
strip_prefix: dist-pr/
|
strip_prefix: dist-pr/
|
||||||
|
@ -70,8 +70,8 @@ pipeline:
|
||||||
image: woodpeckerci/plugin-s3
|
image: woodpeckerci/plugin-s3
|
||||||
bucket: tghandbook
|
bucket: tghandbook
|
||||||
secrets: [minio_access, minio_secret]
|
secrets: [minio_access, minio_secret]
|
||||||
access_key: $minio_access
|
access_key: $MINIO_ACCESS
|
||||||
secret_key: $minio_secret
|
secret_key: $MINIO_SECRET
|
||||||
source: dist-branch/**/*
|
source: dist-branch/**/*
|
||||||
target: /${DRONE_COMMIT_BRANCH/\//_}/
|
target: /${DRONE_COMMIT_BRANCH/\//_}/
|
||||||
strip_prefix: dist-branch/
|
strip_prefix: dist-branch/
|
||||||
|
|
Reference in a new issue