From cde6312aebf2d4722cd70a83a052644e9201c5d0 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 15 Apr 2026 18:32:45 +0200 Subject: [PATCH 1/3] migrate --- .crow/binaries-mac.yaml | 16 ++++++++++++---- .crow/binaries.yaml | 20 ++++++++++++++------ .crow/test.yaml | 7 +++++-- 3 files changed, 31 insertions(+), 12 deletions(-) diff --git a/.crow/binaries-mac.yaml b/.crow/binaries-mac.yaml index 7c847f8..4cde6ed 100644 --- a/.crow/binaries-mac.yaml +++ b/.crow/binaries-mac.yaml @@ -154,12 +154,20 @@ steps: environment: RCLONE_CONFIG_S3_TYPE: s3 RCLONE_CONFIG_S3_PROVIDER: Minio - RCLONE_CONFIG_S3_ENDPOINT: https://hel1.your-objectstorage.com - RCLONE_CONFIG_S3_REGION: hel1 + RCLONE_CONFIG_S3_ENDPOINT: https://s3.eu-central-003.backblazeb2.com + RCLONE_CONFIG_S3_REGION: eu-central-003 RCLONE_CONFIG_S3_ACCESS_KEY_ID: - from_secret: s3_access_key + from_secret: + from_secret: + integration: 1 + path: saas/backblaze/tokens/cicd + key: keyID RCLONE_CONFIG_S3_SECRET_ACCESS_KEY: - from_secret: s3_secret_key + from_secret: + from_secret: + integration: 1 + path: saas/backblaze/tokens/cicd + key: applicationKey depends_on: - build commands: diff --git a/.crow/binaries.yaml b/.crow/binaries.yaml index bf2c9f1..fba44bd 100644 --- a/.crow/binaries.yaml +++ b/.crow/binaries.yaml @@ -72,18 +72,26 @@ steps: - build settings: bucket: ricochet-cli - region: hel1 - endpoint: https://hel1.your-objectstorage.com + region: eu-central-003 + endpoint: https://s3.eu-central-003.backblazeb2.com access_key: - from_secret: s3_access_key + from_secret: + from_secret: + integration: 1 + path: saas/backblaze/tokens/cicd + key: keyID secret_key: - from_secret: s3_secret_key + from_secret: + from_secret: + integration: 1 + path: saas/backblaze/tokens/cicd + key: applicationKey source: target/binaries/**/* strip_prefix: target/binaries/ target: / changelog: - image: reg.devxy.io/docker.io/thegeeklab/git-sv:2.0.11 + image: reg.ricochet.rs/docker.io/thegeeklab/git-sv:2.0.11 depends_on: - build commands: @@ -96,7 +104,7 @@ steps: event: tag 'Create release': - image: reg.devxy.io/docker.io/woodpeckerci/plugin-release:0.3.0 + image: reg.ricochet.rs/docker.io/woodpeckerci/plugin-release:0.3.0 depends_on: - changelog settings: diff --git a/.crow/test.yaml b/.crow/test.yaml index c8542b7..14c1e8f 100644 --- a/.crow/test.yaml +++ b/.crow/test.yaml @@ -10,14 +10,17 @@ labels: steps: cache: - image: codeberg.org/crow-plugins/sccache:0.2.3 + image: codefloe.com/crow-plugins/sccache:0.2.3 settings: s3-endpoint: https://hel1.your-objectstorage.com s3-bucket: ricochet-sccache s3-region: hel1 s3-key-prefix: ${CI_REPO_NAME} s3-access-key: - from_secret: s3_access_key + from_secret: + integration: 1 + path: saas/backblaze/tokens/cicd + key: keyID s3-secret-key: from_secret: s3_secret_key From 4030ded64d6d770e6abee1e5cf4e9aa601085d25 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 16 Apr 2026 08:48:14 +0200 Subject: [PATCH 2/3] correct --- .crow/binaries-mac.yaml | 4 ++-- .crow/binaries.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.crow/binaries-mac.yaml b/.crow/binaries-mac.yaml index 4cde6ed..5e9add9 100644 --- a/.crow/binaries-mac.yaml +++ b/.crow/binaries-mac.yaml @@ -160,13 +160,13 @@ steps: from_secret: from_secret: integration: 1 - path: saas/backblaze/tokens/cicd + path: backblaze/tokens/cicd key: keyID RCLONE_CONFIG_S3_SECRET_ACCESS_KEY: from_secret: from_secret: integration: 1 - path: saas/backblaze/tokens/cicd + path: backblaze/tokens/cicd key: applicationKey depends_on: - build diff --git a/.crow/binaries.yaml b/.crow/binaries.yaml index fba44bd..a8f8baa 100644 --- a/.crow/binaries.yaml +++ b/.crow/binaries.yaml @@ -78,13 +78,13 @@ steps: from_secret: from_secret: integration: 1 - path: saas/backblaze/tokens/cicd + path: backblaze/tokens/cicd key: keyID secret_key: from_secret: from_secret: integration: 1 - path: saas/backblaze/tokens/cicd + path: backblaze/tokens/cicd key: applicationKey source: target/binaries/**/* strip_prefix: target/binaries/ From 437bd07197488f24ff0bcc6678334dcf7a18d28c Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 16 Apr 2026 09:40:42 +0200 Subject: [PATCH 3/3] chore: remove duplicat from_secret --- .crow/binaries-mac.yaml | 2 -- .crow/binaries.yaml | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.crow/binaries-mac.yaml b/.crow/binaries-mac.yaml index 5e9add9..5cf50c0 100644 --- a/.crow/binaries-mac.yaml +++ b/.crow/binaries-mac.yaml @@ -158,13 +158,11 @@ steps: RCLONE_CONFIG_S3_REGION: eu-central-003 RCLONE_CONFIG_S3_ACCESS_KEY_ID: from_secret: - from_secret: integration: 1 path: backblaze/tokens/cicd key: keyID RCLONE_CONFIG_S3_SECRET_ACCESS_KEY: from_secret: - from_secret: integration: 1 path: backblaze/tokens/cicd key: applicationKey diff --git a/.crow/binaries.yaml b/.crow/binaries.yaml index a8f8baa..ad8e73b 100644 --- a/.crow/binaries.yaml +++ b/.crow/binaries.yaml @@ -71,18 +71,17 @@ steps: depends_on: - build settings: + acl: '' bucket: ricochet-cli region: eu-central-003 endpoint: https://s3.eu-central-003.backblazeb2.com access_key: from_secret: - from_secret: integration: 1 path: backblaze/tokens/cicd key: keyID secret_key: from_secret: - from_secret: integration: 1 path: backblaze/tokens/cicd key: applicationKey