liste-de-courses-www/.drone.yml
2022-07-19 18:09:07 +02:00

10 lines
188 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:14.20.0-alpine3.16
commands:
- yarn install --productionfalse
- vue-cli-service build --mode production