소스 검색

drone update

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

+ 2 - 0
.drone.yml

@@ -3,6 +3,8 @@ pipeline:
     image: golang
     commands:
       - make backend
+    extra_hosts:
+      archvm: 192.168.0.6
   frontend:
     image: node:6
     commands:

+ 0 - 2
Makefile

@@ -30,8 +30,6 @@ docker: DIST/.dockerized
 push: DIST/.dockerized
 	docker push hexasoftware.com:5000/flow-proto
 
-
-
 frontend: DIST/web
 
 backend: DIST/flowserver