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

13 lines
289 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:16.16.0-alpine3.16
commands:
- apk add --update --no-cache --virtual .gyp python3 make g++
- wich python
- rm -rf /var/cache/apk/*
- npm install
- vue-cli-service build --mode production