@@ -3,6 +3,8 @@ pipeline:
image: golang
commands:
- make backend
+ extra_hosts:
+ archvm: 192.168.0.6
frontend:
image: node:6
@@ -30,8 +30,6 @@ docker: DIST/.dockerized
push: DIST/.dockerized
docker push hexasoftware.com:5000/flow-proto
-
frontend: DIST/web
backend: DIST/flowserver