deis / workflow-manager-api

Deis Workflow Manager API
MIT License
5 stars 0 forks source link

simplifying travis deploys #153

Closed jackfrancis closed 8 years ago

jackfrancis commented 8 years ago

Simplifies deploys to prod/staging the following:

using IMAGE_PREFIX=deisci (provided by .travis.yml) for all deploys

arschles commented 8 years ago

@jackfrancis how does this simplify deploys?

Also, it seems like this PR changes two different things at once. Can you explain the changes to the .travis.yml file?