kind: pipeline type: docker name: default steps: - name: build_deploy image: node:12 commands: - npm install - npm run build - rm -rv /bonfire - cp -rv ./build /bonfire/