luis 7 år sedan
förälder
incheckning
08ce7ecc5b
1 ändrade filer med 4 tillägg och 1 borttagningar
  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: