Add 'bfrontend/.drone.yml'
This commit is contained in:
parent
118a55fed9
commit
6517ac605b
1 changed files with 10 additions and 0 deletions
10
bfrontend/.drone.yml
Normal file
10
bfrontend/.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- npm build
|
Loading…
Reference in a new issue