liste-de-courses-www/.drone.yml

11 lines
201 B
YAML
Raw Normal View History

2022-07-19 15:09:45 +00:00
kind: pipeline
type: docker
steps:
- name: build
image: node:latest
commands:
2022-07-19 15:18:57 +00:00
- apk add --no-cache python3 make g++
2022-07-19 15:09:45 +00:00
- npm install
- vue-cli-service build --mode production