diff --git a/drone.yml b/drone.yml new file mode 100644 index 0000000..22964b6 --- /dev/null +++ b/drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +type: docker +name: deploy-image + +steps: + - name: test-build + image: node:16-alpine + commands: + - yarn install + - yarn test-build + - yarn lint \ No newline at end of file