diff --git a/.drone.yml b/.drone.yml index 742d40c..a517064 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,10 @@ kind: pipeline type: docker -name: default +name: qa workspace: path: /drone/grow -pipeline: - - steps: - name: yarn install image: node:latest @@ -35,7 +32,19 @@ steps: "text": "[{{ repo.name }}] Code Quality Checks {{ build.status }} :tada:", "username":"DroneBot" } +trigger: + event: + - push +--- +kind: pipeline +type: docker +name: build + +workspace: + path: /drone/grow + +steps: - name: build image: node:latest commands: