2021-05-26 18:24:44 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: node
|
|
|
|
commands:
|
|
|
|
- yarn install
|
|
|
|
- yarn run build
|
2021-05-26 20:47:08 +00:00
|
|
|
- wget http://cdn/cnd.kapelle.org/index.html
|
2021-05-26 18:24:44 +00:00
|
|
|
|
|
|
|
- name: webdav
|
|
|
|
image: vividboarder/drone-webdav
|
2021-05-26 20:07:44 +00:00
|
|
|
file: build/index.html
|
2021-05-26 20:08:15 +00:00
|
|
|
destination: http://cdn:8080/cnd.kapelle.org/
|