kind: pipeline type: docker name: default steps: - name: build image: node commands: - yarn install - yarn run build - name: deploy image: eeacms/rsync commands: - rsync -r build rsync://cdn-rsyncd/share/cdn.kapelle.org/ts3 --delete