Add drone.yml

test
dan 2020-10-25 22:03:42 -06:00
parent 9e7f02e2be
commit 9f9d0fd384
1 changed files with 21 additions and 0 deletions

21
drone.yml 100644
View File

@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: default
steps:
- name: build_client
image: node
commands:
- "node ng build --prod"
when:
event:
- push
- pull_request
- name: deploy
image: node
commands:
- node --version
when:
event:
- promote
target:
- production