Continuous delivery

Post on 06-Dec-2014

346 views 2 download

description

Continuous delivery design for Peazie. Suggestions and comments welcomed.

transcript

Continuous DeliveryNew proposed workflow

Tools Used• Git repository

• Jenkins for various builds

• AWS Services - S3, CloudFormation

• PHP and misc scripts as ‘glue’

Current Problems• Test & deployment is not clearly defined

• Pull-request, dev (?!), preprod, production

• Configuration problems

• Custom apps SDLC

• Ad-hoc deployments

Platform workflow

Custom Apps Workflow*beta

Gold server?!!WTF?

An idea from the past…

Required Actions

• Separate repository for custom apps

• Refactoring all configs to a single file

• Discipline and persistence

• Environment setups

Ideas?