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