diff --git a/.woodpecker.yml b/.woodpecker.yml index 99d3970..dcbeaf1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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