Browse Source

drone update

luis 7 years ago
parent
commit
6edd5dbc67
2 changed files with 2 additions and 2 deletions
  1. 2 0
      .drone.yml
  2. 0 2
      Makefile

+ 2 - 0
.drone.yml

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

+ 0 - 2
Makefile

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