move to codeberg (#1)

This commit is contained in:
T. von Dein
2025-12-05 21:12:33 +01:00
parent cbf303b91b
commit 2d2ebc51ea
9 changed files with 159 additions and 94 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