UIAngular/drone.yml

21 lines
305 B
YAML

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