langchart/.drone.yml
LordMZTE 2e5b9be7c6
All checks were successful
continuous-integration/drone/push Build is passing
port graphs to graphviz
2021-04-09 21:26:15 +02:00

23 lines
436 B
YAML

kind: pipeline
name: release
steps:
- name: build
image: hamroctopus/graphviz:2.38.0
commands:
- make
- name: publish
image: plugins/gitea-release
settings:
base_url: https://data.tilera.xyz/git
api_key:
from_secret: gitea_token
title: tag-${DRONE_TAG}
files: build/*
when:
event: tag
depends_on:
- build