This commit is contained in:
parent
35e4dcc64e
commit
927a763a45
1 changed files with 21 additions and 0 deletions
21
.woodpecker.yml
Normal file
21
.woodpecker.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
branches: main
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: pandoc/latex
|
||||||
|
commands:
|
||||||
|
- apk add make
|
||||||
|
- make cv
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
|
gitea_release:
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_release_token
|
||||||
|
base_url: https://git.martyoeh.me
|
||||||
|
files: out/*
|
||||||
|
title: CV
|
||||||
|
when:
|
||||||
|
event: tag
|
Loading…
Reference in a new issue