kind: pipeline type: docker name: build-and-deploy steps: - name: install & build image: oven/bun commands: - bun install - bun run build