added publishing to gitea releases
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Stefan Hoffmann 2023-05-29 23:01:41 +02:00
parent d8d616208b
commit 92190ca655
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -11,6 +11,17 @@ pipeline:
commands:
- go build -o go-gluon-publish-$GOOS-$GOARCH
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.freifunk-rhein-sieg.net
files:
- "go-gluon-publish-$GOOS-$GOARCH"
api_key:
from_secret: API_KEY
when:
event: tag
matrix:
GOOS:
- linux