This commit is contained in:
parent
0b00f45686
commit
ef03b1cc50
1 changed files with 5 additions and 11 deletions
|
@ -67,20 +67,14 @@ pipeline:
|
|||
upload:
|
||||
image: woodpeckerci/plugin-s3
|
||||
group: upload
|
||||
secrets:
|
||||
- MINIO_ACCESS_KEY
|
||||
- MINIO_SECRET_KEY
|
||||
- MINIO_ENDPOINT
|
||||
- MINIO_BUCKET
|
||||
settings:
|
||||
endpoint:
|
||||
from_secret: MINIO_ENDPOINT
|
||||
bucket:
|
||||
from_secret: MINIO_BUCKET
|
||||
endpoint: https://minio.kabelsalat.ch
|
||||
bucket: s3lph-prometheus-tlsrpt-exporter
|
||||
access_key:
|
||||
from_secret: MINIO_ACCESS_KEY
|
||||
from_secret: S3_ACCESS_KEY_ID
|
||||
secret_key:
|
||||
from_secret: MINIO_SECRET_KEY
|
||||
from_secret: S3_SECRET_ACCESS_KEY
|
||||
source: publish/*
|
||||
target: /artifacts
|
||||
path_style: true
|
||||
strip_prefix: true
|
||||
|
|
Loading…
Reference in a new issue