+
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/publish Pipeline was successful Details

This commit is contained in:
Iurii 2024-04-15 19:51:28 +03:00
parent f45ce65c74
commit 3d7b977f50
2 changed files with 19 additions and 14 deletions

View File

@ -5,17 +5,4 @@ steps:
- nuitka3 src/main.py -o baloon - nuitka3 src/main.py -o baloon
- ls -lh - ls -lh
- file baloon - file baloon
- name: publish
# image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release
settings:
base_url: https://git.zunet.ru
files:
- "baloon"
api_key:
from_secret: SEC1
target: main
title: ${CI_COMMIT_TAG##v}
when:
event: tag
tag: v*

18
.woodpecker/publish.yaml Normal file
View File

@ -0,0 +1,18 @@
steps:
- name: publish
# image: woodpeckerci/plugin-gitea-release
image: plugins/gitea-release
settings:
base_url: https://git.zunet.ru
files:
- "baloon"
api_key:
from_secret: SEC1
target: main
title: ${CI_COMMIT_TAG##v}
when:
event: tag
tag: v*
depends_on:
- build