site/.drone.yml

12 lines
165 B
YAML
Raw Normal View History

2021-02-08 13:46:47 +00:00
pipeline:
build:
image: node:latest
commands:
- npm install
- node render.js
deploy:
image: node:latest
commands:
- ./deploy