17 lines
303 B
YAML
17 lines
303 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: build
|
|
image: node
|
|
commands:
|
|
- yarn install
|
|
- yarn run build
|
|
- wget http://cdn/cnd.kapelle.org/index.html
|
|
|
|
- name: webdav
|
|
image: vividboarder/drone-webdav
|
|
file: build/index.html
|
|
destination: http://cdn:8080/cnd.kapelle.org/
|