From ef03b1cc504310c7f2b1a4566145d0afa2a35e13 Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 24 Jul 2023 00:44:20 +0200 Subject: [PATCH] fix: ci --- .woodpecker.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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