added publishing to gitea releases
This commit is contained in:
parent
d8d616208b
commit
92190ca655
@ -11,6 +11,17 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- go build -o go-gluon-publish-$GOOS-$GOARCH
|
- 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:
|
matrix:
|
||||||
GOOS:
|
GOOS:
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
Reference in New Issue
Block a user