File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ kubectl get pods --namespace=deis
3737Once this is done, you can SSH into the minion running the controller and run the following:
3838
3939```
40- $ curl -sSL https://s3-us-west-1. amazonaws.com/bacongobbler/bacongobbler/ workflow/19/19 .1/client/deis
40+ $ curl -sSL https://get-deis.s3. amazonaws.com/deis/ workflow/220/220 .1/client/deis
4141$ chmod 755 deis
4242$ sudo mv deis /bin
4343$ kubectl get service --namespace=deis deis-workflow
@@ -55,7 +55,7 @@ If you want to retrieve the latest client build, check
5555[ the latest builds on Travis CI] ( https://travis-ci.org/deis/workflow/builds ) , notice the last build
5656number that went green and use the following URL to retrieve the client build:
5757
58- <https://s3-us-west-1. amazonaws.com/get-deis /deis/workflow/$BUILD_NUM/$BUILD_NUM.1/client/deis>
58+ <https://get-deis.s3. amazonaws.com/deis/workflow/$BUILD_NUM/$BUILD_NUM.1/client/deis>
5959
6060If you want to hack on a new feature, build the deis/workflow image and push it to a Docker
6161registry. The ` $DEIS_REGISTRY ` environment variable must point to a registry accessible to your
You can’t perform that action at this time.
0 commit comments