This commit is contained in:
parent
2c5bfb97b4
commit
1a2238d304
1 changed files with 11 additions and 0 deletions
|
@ -33,6 +33,17 @@ pipeline:
|
|||
when:
|
||||
branch: main
|
||||
|
||||
gitea_release:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea_release_token
|
||||
base_url: https://git.martyoeh.me
|
||||
files: dist/*
|
||||
note: CHANGELOG.md
|
||||
when:
|
||||
branch: feat/add-ci
|
||||
|
||||
notify_matrix:
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue