double.huang 5 lat temu
rodzic
commit
2f5ab92def
2 zmienionych plików z 18 dodań i 2 usunięć
  1. 17 0
      .drone.yml
  2. 1 2
      .gitignore

+ 17 - 0
.drone.yml

@@ -0,0 +1,17 @@
+clone:
+  depth: 50
+  recursive: true
+  path: dolphin-ui
+build:
+  image: docker.i2edu.net/golang:1.13
+  commands:
+    - export SASS_BINARY_SITE="https://npm.taobao.org/mirrors/node-sass"
+    - npm install --registry=http://registry.npm.taobao.org
+    - npm run build:prod --report
+publish:
+  docker:
+    registry: docker.qianqiusoft.com
+    email: develop@qianqiusoft.com
+    repo: docker.qianqiusoft.com/i2-erp-frontend
+    tag:
+      - latest

+ 1 - 2
.gitignore

@@ -20,5 +20,4 @@ selenium-debug.log
 *.local
 
 package-lock.json
-yarn.lock
-.drone.yml
+yarn.lock