Explorar o código

Adding drone config

Kirk Trombley %!s(int64=5) %!d(string=hai) anos
pai
achega
c95a10ca95
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      .drone.yml

+ 13 - 0
.drone.yml

@@ -0,0 +1,13 @@
+kind: pipeline
+type: docker
+name: default
+
+steps:
+- name: build-ui
+  image: node:12.7.0
+  commands:
+  - cd client
+  - yarn install
+  - yarn build
+
+