startpage/.drone.yml

12 lines
147 B
YAML
Raw Normal View History

2020-04-21 16:40:37 +00:00
kind: pipeline
name: default
steps:
- name: build
image: node
2020-04-21 16:40:37 +00:00
commands:
- npm install
2020-04-22 00:42:43 +00:00
- npm run buildProd
when:
branch:
- master