diff --git a/.crow/binaries-mac.yaml b/.crow/binaries-mac.yaml index 7c847f8..5cf50c0 100644 --- a/.crow/binaries-mac.yaml +++ b/.crow/binaries-mac.yaml @@ -154,12 +154,18 @@ 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: + integration: 1 + path: backblaze/tokens/cicd + key: keyID RCLONE_CONFIG_S3_SECRET_ACCESS_KEY: - from_secret: s3_secret_key + from_secret: + integration: 1 + path: backblaze/tokens/cicd + key: applicationKey depends_on: - build commands: diff --git a/.crow/binaries.yaml b/.crow/binaries.yaml index bf2c9f1..ad8e73b 100644 --- a/.crow/binaries.yaml +++ b/.crow/binaries.yaml @@ -71,19 +71,26 @@ steps: depends_on: - build settings: + acl: '' 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: + integration: 1 + path: backblaze/tokens/cicd + key: keyID secret_key: - from_secret: s3_secret_key + from_secret: + integration: 1 + path: 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 +103,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