added drone file

This commit is contained in:
Djeeberjr 2021-04-27 23:19:32 +02:00
parent 4f305b79f6
commit 99c82ef173

9
.drone.yml Normal file
View File

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