mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
CI: add release step
This commit is contained in:
parent
b0a8b09546
commit
f03592ae13
1 changed files with 13 additions and 0 deletions
|
@ -51,3 +51,16 @@ pipeline:
|
|||
- PAGES_DOMAIN=localhost.mock.directory
|
||||
- RAW_DOMAIN=raw.localhost.mock.directory
|
||||
- PORT=4430
|
||||
|
||||
release:
|
||||
image: qwerty287/gitea-release-attacher
|
||||
settings:
|
||||
instance: https://codeberg.org
|
||||
user: ${CI_REPO_OWNER}
|
||||
repo: ${CI_REPO_NAME}
|
||||
release_tag: ${CI_COMMIT_TAG}
|
||||
remove_all: true
|
||||
token:
|
||||
from_secret: bot_token
|
||||
when:
|
||||
event: [ "tag" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue