forked from Deuxfleurs/site
add drone.yml
This commit is contained in:
parent
ebd0a882fe
commit
1a3ed4bc20
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: node:latest
|
||||
commands:
|
||||
- npm install
|
||||
- node render.js
|
||||
deploy:
|
||||
image: node:latest
|
||||
commands:
|
||||
- ./deploy
|
||||
|
Loading…
Reference in a new issue