kind: pipeline type: docker name: default steps: - name: build_deploy image: ianwalter/pnpm:v1.4.0 commands: - npm install - npm run build - rm -rv /bonfire - cp -rv ./build /bonfire/