luis 7 年 前
コミット
08ce7ecc5b
1 ファイル変更4 行追加1 行削除
  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: