istrategylabs / franklin

MIT License
1 stars 1 forks source link

Automate build, testing, and deployment of all environments #106

Open josephabrahams opened 8 years ago

josephabrahams commented 8 years ago

Upon deploy trigger, Franklin API and builder should kick off a continuous deployment system that builds the image, tests it, and then deploys.

Images should be stored as a "slug" or docker image so that they can be rolled back with zero downtime. Preference for CircleCI and Docker Registry. Not sure of how to deal with builder since it doesn't use Docker.