kind: pipeline type: docker name: default steps: - name: test image: node:current commands: - npm install - npm run build - rsync -uav _site/ mattrbld-site