CI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-03 17:51:45 +02:00
parent 65981809d1
commit 1a733cd163
3 changed files with 22 additions and 1 deletions

20
.drone.yml Normal file
View File

@@ -0,0 +1,20 @@
---
kind: pipeline
type: docker
name: adixComponents
steps:
- name: build
image: node
commands:
- npm ci
- npm run build:prod
- name: publish
image: plugins/npm
settings:
username:
from_secret: username
password:
from_secret: password
email: kovacsadam07@outlook.hu