Resume/.drone.yml

30 lines
454 B
YAML
Raw Normal View History

kind: pipeline
2022-06-03 08:47:24 -04:00
type: exec
name: create_pdf_release
2022-06-03 08:51:52 -04:00
platform:
os: linux
arch: amd64
steps:
2022-06-03 08:47:24 -04:00
- name: install_mdpdf
commands:
2022-06-03 08:53:58 -04:00
- echo hello
2022-06-03 08:47:24 -04:00
2022-06-03 08:53:26 -04:00
kind: pipeline
name: render_pdf
steps:
- name: render_md
image: node
commands:
- npm run build
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: api_key
base_url: https://git.thomaspcole.com
files: Resume.pdf