feat: Add Drone config file
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Simon 2020-03-17 11:20:11 +01:00
parent 0c9e4b41b3
commit df98d9106f
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
---
kind: pipeline
name: default
steps:
- name: install
image: node
commands:
- npm install