This commit is contained in:
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
|
||||
Reference in New Issue
Block a user