Add .woodpecker/build_publish.yml

This commit is contained in:
Jonathan Treffler 2024-04-29 17:51:02 +02:00
parent b983b2bf37
commit c7810feaac

View file

@ -0,0 +1,20 @@
when:
- event: tag
steps:
build_package:
image: debian:12
commands:
- krankerl package
git_release:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.verdigado.com
files:
- build/artifacts/groupfolder_filesystem_snapshots.tar.gz
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main
release:
image:
krankerl login --appstore <token>