Add the drone ci

This commit is contained in:
Sambo Chea 2021-03-10 15:12:42 +07:00
parent 52898734ab
commit 2e9721a3f2

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: ci
steps:
- name: test
image: node
environment:
DOCKER_REGISTRY:
from_secret: docker_registry
commands:
- echo ${DOCKER_REGISTRY}
- yarn
- yarn build