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