uhr/.drone.yml

14 lines
206 B
YAML
Raw Permalink Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: prepare
2021-02-24 16:56:43 +01:00
image: node:15-alpine
commands:
- npm install
- name: build
2021-02-24 16:56:43 +01:00
image: node:15-alpine
commands:
- npm run build