startpage/.drone.yml

12 lines
146 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
2020-04-22 00:46:23 +00:00
trigger:
branch:
2020-04-22 00:42:43 +00:00
- master