move to codeberg (#2)

This commit is contained in:
T. von Dein
2025-11-26 20:51:45 +01:00
parent a3c1a80e15
commit 3aee72e78d
9 changed files with 149 additions and 25 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