startpage/.drone.yml
2020-04-22 02:46:23 +02:00

12 lines
146 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm run buildProd
trigger:
branch:
- master