File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ email: info@opdemand.com
9999## Hack on Deis
100100If you'd like to use this deployment to build Deis, you'll need to set ` DEIS_HOSTS ` to an array of your cluster hosts:
101101``` console
102- $ export DEIS_HOSTS=1.2.3.4 1. 2.3.5 1.2.3.6
102+ $ DEIS_HOSTS=" 1.2.3.4 2.3.4.5 3.4.5.6 " make build
103103```
104104
105105This variable is used in the ` make build ` command.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ email: info@opdemand.com
8585## Hack on Deis
8686If you'd like to use this deployment to build Deis, you'll need to set ` DEIS_HOSTS ` to an array of your cluster hosts:
8787``` console
88- $ export DEIS_HOSTS=10.21.12.1 10.21.12.2 10.21.12.3
88+ $ DEIS_HOSTS=" 1.2.3.4 2.3.4.5 3.4.5.6 " make build
8989```
9090
9191This variable is used in the ` make build ` command.
You can’t perform that action at this time.
0 commit comments