+
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
7c5911ffa8
commit
43d6546e2a
|
|
@ -6,16 +6,5 @@ steps:
|
||||||
- ls -lh
|
- ls -lh
|
||||||
- file baloon
|
- file baloon
|
||||||
|
|
||||||
- name: release
|
|
||||||
image: plugins/gitea-release
|
|
||||||
# image: woodpeckerci/plugin-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
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
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}
|
||||||
|
depends_on:
|
||||||
|
- build
|
||||||
Loading…
Reference in New Issue