luis hace 7 años
padre
commit
f098b0f4ae
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      .drone.yml

+ 6 - 0
.drone.yml

@@ -2,6 +2,12 @@ workspace:
   base: /app
   path: .
 
+cache:
+  mount:
+    - .git
+    - browser/vue-flow/node_modules
+    - go/deps
+
 pipeline:
   backend: 
     image: golang