Add the drone ci
This commit is contained in:
parent
52898734ab
commit
2e9721a3f2
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user