diff --git a/.woodpecker.yml b/.woodpecker.yml index ecf5779..6b99d09 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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