add drone.yml

This commit is contained in:
Alex 2021-02-08 14:46:47 +01:00
parent ebd0a882fe
commit 1a3ed4bc20
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
build:
image: node:latest
commands:
- npm install
- node render.js
deploy:
image: node:latest
commands:
- ./deploy