From 3829f44c7c5c44711e71214997e8bbb95bf5185a Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:09:45 +0200 Subject: [PATCH] Drone config. --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2d11594 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker + +steps: + - name: build + image: node:latest + commands: + - npm install + - vue-cli-service build --mode production