wballard / starphleet

19 stars 37 forks source link

Publish Command #276

Closed bhudgens closed 8 years ago

bhudgens commented 8 years ago

Support for the publish command. The publish command allows us to deploy a single instance of an app but 'publish' that app at multiple locations. For instance this endpoint is deployed:

/example1

In the orders file for /example2 and /example3 put "publish /example1".

Starphleet will deploy /example1 once and create configs for /example2 and /example3 that point directly to the container of /example1