diff --git a/.drone.yml b/.drone.yml index 21bdd66..705ceab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,25 @@ +--- +kind: pipeline +type: docker +name: build + +platform: + os: linux + arch: amd64 + +steps: + - name: build + image: node:16-bullseye + commands: + - yarn && yarn build + +trigger: + event: + - push + - pull_request + branch: + - master + --- kind: pipeline type: docker @@ -24,6 +46,7 @@ steps: trigger: event: - tag + --- kind: pipeline type: docker @@ -83,6 +106,6 @@ depends_on: --- kind: signature -hmac: 86de762d907fbfd47b5c4ff9ee9fad252d71d34833e7f2dafa97e52d8ef2344b +hmac: 41f8c71c00cee8f0932228f9fcb449b50b36d93899bbc2decdf1fcced338caae ...