فهرست منبع

Adding drone config

Kirk Trombley 5 سال پیش
والد
کامیت
c95a10ca95
1فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  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
+
+