moving to codeberg

This commit is contained in:
2025-12-05 20:04:03 +01:00
parent cbf303b91b
commit bf7b3698d5
7 changed files with 139 additions and 92 deletions

15
.woodpecker/release.yaml Normal file
View File

@@ -0,0 +1,15 @@
# build release
labels:
platform: linux/amd64
steps:
goreleaser:
image: goreleaser/goreleaser
when:
event: [tag]
environment:
GITEA_TOKEN:
from_secret: DEPLOY_TOKEN
commands:
- goreleaser release --clean --verbose