migrate to codeberg (#1)

This commit is contained in:
T. von Dein
2025-11-04 21:18:43 +01:00
parent ca6bf4d1ff
commit 0f2bc83ca9
8 changed files with 145 additions and 130 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