This commit is contained in:
parent
ba9bb0bce5
commit
9fa3dc834a
1 changed files with 29 additions and 24 deletions
|
@ -38,8 +38,9 @@ pipeline:
|
|||
|
||||
upload_build_versioned:
|
||||
image: woodpeckerci/plugin-s3
|
||||
bucket: tghandbook
|
||||
secrets: [minio_access, minio_secret]
|
||||
settings:
|
||||
bucket: tghandbook
|
||||
access_key: $MINIO_ACCESS
|
||||
secret_key: $MINIO_SECRET
|
||||
source: dist/**/*
|
||||
|
@ -53,6 +54,8 @@ pipeline:
|
|||
|
||||
upload_build_pr:
|
||||
image: woodpeckerci/plugin-s3
|
||||
secrets: [minio_access, minio_secret]
|
||||
settings:
|
||||
bucket: tghandbook
|
||||
secrets: [minio_access, minio_secret]
|
||||
access_key: $MINIO_ACCESS
|
||||
|
@ -68,6 +71,8 @@ pipeline:
|
|||
|
||||
upload_build_branch:
|
||||
image: woodpeckerci/plugin-s3
|
||||
secrets: [minio_access, minio_secret]
|
||||
settings:
|
||||
bucket: tghandbook
|
||||
secrets: [minio_access, minio_secret]
|
||||
access_key: $MINIO_ACCESS
|
||||
|
|
Reference in a new issue