migrate to codeberg (#123)

This commit is contained in:
T. von Dein
2025-11-05 08:35:00 +01:00
parent b3b1aac63e
commit 230bbf3d53
15 changed files with 214 additions and 210 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