diff --git a/.drone.yml b/.drone.yml index 5de2b16..ba190eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - yarn install - yarn run build -- name: webdav - image: vividboarder/drone-webdav - file: build - destination: http://cdn:8080/cnd.kapelle.org/ +- name: deploy + image: eeacms/rsync + commands: + - rsync -r build rsync://cdn-rsyncd/share/cdn.kapelle.org/ts3 --delete \ No newline at end of file