deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

Port `make deploy` logic into Makefile from controller #249

Closed sgoings closed 8 years ago

sgoings commented 8 years ago

In workflow/controller we have the ability to deploy the component into a kubernetes cluster via make deploy https://github.com/deis/workflow/blob/master/Makefile#L30. We'd like to have similar behavior in this component.

There used to be some similar logic in this repo, but it was eventually rendered inoperable with manifest/chart location changes, and finally removed with #246.

Joshua-Anderson commented 8 years ago

This has been done, though it was recently broken by the change to deployments. (See #424)