Added drone ci config

main
Guus van Meerveld 2 years ago
parent 9d0d077ad7
commit 92083797cd
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -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
Loading…
Cancel
Save