luis il y a 7 ans
Parent
commit
08ce7ecc5b
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      .drone.yml

+ 4 - 1
.drone.yml

@@ -1,10 +1,13 @@
+clone:
+  git:
+    image: plugins/git 
 pipeline:
   backend:
     image: golang
     commands:
       - "make backend"
     extra_hosts:
-      archvm: 192.168.0.6
+      - archvm:192.168.0.6
   frontend:
     image: node:6
     commands: