luis 7 년 전
부모
커밋
7fe4ad5ba5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -2,9 +2,9 @@ pipeline:
   backend:
     image: golang
     commands:
-      - make backend
+      - "make backend"
     extra_hosts:
-      archvm: 192.168.0.6
+      - archvm:192.168.0.6
   frontend:
     image: node:6
     commands: