Drone config.

This commit is contained in:
aminecmi 2022-07-19 17:09:45 +02:00
parent 220f32257c
commit 3829f44c7c

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
steps:
- name: build
image: node:latest
commands:
- npm install
- vue-cli-service build --mode production