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

10 lines
169 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:
- npm install
- vue-cli-service build --mode production