Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .crow/binaries-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
19 changes: 13 additions & 6 deletions .crow/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
7 changes: 5 additions & 2 deletions .crow/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down