ci: working on creating releases
This commit is contained in:
parent
491cac41d5
commit
380bd3f944
1 changed files with 6 additions and 3 deletions
|
@ -11,6 +11,8 @@ pipeline:
|
|||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||
commands:
|
||||
- nix develop --command scripts/release.sh
|
||||
when:
|
||||
branch: main
|
||||
gitea:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
|
@ -18,6 +20,7 @@ pipeline:
|
|||
from_secret: gitea_token
|
||||
base_url: https://src.mfgames.com
|
||||
files: exit-planning*.*
|
||||
|
||||
branches:
|
||||
- main
|
||||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
tag: v*
|
||||
|
|
Loading…
Reference in a new issue