소스 검색

Droning --

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: