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

11 lines
191 B
YAML
Raw Normal View History

2022-07-19 15:09:45 +00:00
kind: pipeline
type: docker
steps:
- name: build
2022-07-19 15:48:32 +00:00
image: node:14.20.0-alpine3.16
2022-07-19 15:09:45 +00:00
commands:
2022-07-19 19:12:39 +00:00
- npm install
- npm run build
2022-07-19 15:09:45 +00:00
- vue-cli-service build --mode production