add ci/cd conf (drone) #71

Merged
deblan merged 2 commits from develop into master 2021-11-03 19:20:37 +01:00
Showing only changes of commit 9173ca37c7 - Show all commits

11
.drone.yml Normal file
View file

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: deblan/devenv
commands:
- npm install
- npm run build