Drone config.
This commit is contained in:
parent
220f32257c
commit
3829f44c7c
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:latest
|
||||
commands:
|
||||
- npm install
|
||||
- vue-cli-service build --mode production
|
Loading…
Reference in New Issue
Block a user