fix: trying a split approach
This commit is contained in:
parent
cae57971f8
commit
d403868214
2 changed files with 24 additions and 10 deletions
|
@ -24,13 +24,3 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
branch: main
|
branch: main
|
||||||
gitea:
|
|
||||||
image: plugins/gitea-release
|
|
||||||
settings:
|
|
||||||
api_key:
|
|
||||||
from_secret: gitea_token
|
|
||||||
base_url: https://src.mfgames.com
|
|
||||||
files: exit-planning*.*
|
|
||||||
when:
|
|
||||||
event: [tag]
|
|
||||||
tag: v*
|
|
24
.woodpecker/tag.yml
Normal file
24
.woodpecker/tag.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
tags: true
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
|
commands:
|
||||||
|
- nix develop --command scripts/build.sh
|
||||||
|
when:
|
||||||
|
event: [tag]
|
||||||
|
tag: v*
|
||||||
|
gitea:
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_token
|
||||||
|
base_url: https://src.mfgames.com
|
||||||
|
files: exit-planning*.*
|
||||||
|
when:
|
||||||
|
event: [tag]
|
||||||
|
tag: v*
|
Loading…
Reference in a new issue