moving to codeberg

This commit is contained in:
2025-11-03 22:02:52 +01:00
parent bc717baa3f
commit bed8152078
31 changed files with 235 additions and 188 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