25 lines
605 B
YAML
25 lines
605 B
YAML
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:
|
|
base_url: https://src.mfgames.com
|
|
files: exit-planning*.*
|
|
secrets:
|
|
- source: gitea_token
|
|
target: api_key
|
|
when:
|
|
event: [tag]
|
|
tag: v*
|