kind: pipeline type: docker name: default trigger: branch: - drone - main steps: - name: build image: node commands: - yarn install - yarn build