add drone
This commit is contained in:
parent
155c2ef126
commit
9365e56e01
29
.drone.yml
Normal file
29
.drone.yml
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: buildlatex
|
||||
image: nareshkumarrao/texliveonfly
|
||||
commands:
|
||||
- texliveonfly Main.tex
|
||||
- biber main
|
||||
- texliveonfly Main.tex
|
||||
- biber main
|
||||
- texliveonfly Main.tex
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://git.nareshkumarrao.com
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: Main.pdf
|
||||
when:
|
||||
event: tag
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user