moving to codeberg

This commit is contained in:
2025-11-25 22:02:28 +01:00
parent a90d6e5c3c
commit 5d4f8c0cb1
8 changed files with 141 additions and 129 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