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
|
||||
bucket: tghandbook
|
||||
secrets: [minio_access, minio_secret]
|
||||
access_key: $minio_access
|
||||
secret_key: $minio_secret
|
||||
access_key: $MINIO_ACCESS
|
||||
secret_key: $MINIO_SECRET
|
||||
source: dist/**/*
|
||||
target: /${DRONE_COMMIT_BRANCH/\//_}-${DRONE_COMMIT_SHA:0:8}/
|
||||
strip_prefix: dist/
|
||||
|
@ -55,8 +55,8 @@ pipeline:
|
|||
image: woodpeckerci/plugin-s3
|
||||
bucket: tghandbook
|
||||
secrets: [minio_access, minio_secret]
|
||||
access_key: $minio_access
|
||||
secret_key: $minio_secret
|
||||
access_key: $MINIO_ACCESS
|
||||
secret_key: $MINIO_SECRET
|
||||
source: dist-pr/**/*
|
||||
target: /pr-${DRONE_PULL_REQUEST}/
|
||||
strip_prefix: dist-pr/
|
||||
|
@ -70,8 +70,8 @@ pipeline:
|
|||
image: woodpeckerci/plugin-s3
|
||||
bucket: tghandbook
|
||||
secrets: [minio_access, minio_secret]
|
||||
access_key: $minio_access
|
||||
secret_key: $minio_secret
|
||||
access_key: $MINIO_ACCESS
|
||||
secret_key: $MINIO_SECRET
|
||||
source: dist-branch/**/*
|
||||
target: /${DRONE_COMMIT_BRANCH/\//_}/
|
||||
strip_prefix: dist-branch/
|
||||
|
|
Reference in a new issue