liste-de-courses-www/.drone.yml
2022-07-19 17:20:36 +02:00

11 lines
201 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:alpine
commands:
- apk add --no-cache python3 make g++
- npm install
- vue-cli-service build --mode production