migrate to codeberg

This commit is contained in:
2025-11-01 20:35:01 +01:00
parent d138af85f3
commit f853a9fd87
11 changed files with 133 additions and 207 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