This commit is contained in:
parent
ad91668a44
commit
092db2a170
1 changed files with 1 additions and 14 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
|||
when:
|
||||
event: [push, manual]
|
||||
|
||||
release-main:
|
||||
release:
|
||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||
commands:
|
||||
- nix develop --command scripts/release.sh
|
||||
|
@ -30,16 +30,3 @@ pipeline:
|
|||
when:
|
||||
event: [push, manual]
|
||||
branch: main
|
||||
|
||||
release-gitea:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://src.mfgames.com
|
||||
files:
|
||||
- "*.pdf"
|
||||
- "*.epub"
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
|
|
Loading…
Reference in a new issue