This commit is contained in:
parent
00f5c83112
commit
075d0a0195
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn run build
|
||||
|
||||
- name: webdav
|
||||
image: vividboarder/drone-webdav
|
||||
file: build
|
||||
destination: http://cdn/cnd.kapelle.org/ts3
|
Loading…
Reference in New Issue
Block a user