Browse Source

docker-config

fanxp 4 weeks ago
parent
commit
ec5c1078eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -24,8 +24,8 @@ steps:
    volumes:
       - name: docker
         path: /var/run/docker.sock
-     - name: modules-cache
-       path: /drone/src/node_modules # 下载依赖的目录挂载出来,防止重复下载
+      - name: modules-cache
+        path: /drone/src/node_modules # 下载依赖的目录挂载出来,防止重复下载
    environment:
       IMAGE: registry.yingcaibx.com/tl/admin_web:latest
    commands: