luis il y a 7 ans
Parent
commit
f098b0f4ae
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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