Add .woodpecker/build_publish.yml
This commit is contained in:
parent
b983b2bf37
commit
c7810feaac
1 changed files with 20 additions and 0 deletions
20
.woodpecker/build_publish.yml
Normal file
20
.woodpecker/build_publish.yml
Normal 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>
|
Loading…
Reference in a new issue