startpage/.drone.yml
Niklas 549461bcba
All checks were successful
continuous-integration/drone/push Build is passing
changed ci branch to master only
2020-04-22 02:42:43 +02:00

12 lines
147 B
YAML

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