add drone

master
Simon Bruder 2018-03-27 09:16:18 +00:00
parent c6d110adcb
commit 07064a764c
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: node:alpine
commands:
- npm install
- npm run build