site/.drone.yml
2021-02-08 14:46:52 +01:00

12 lines
165 B
YAML

pipeline:
build:
image: node:latest
commands:
- npm install
- node render.js
deploy:
image: node:latest
commands:
- ./deploy