Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.02 KB

ci-cd-overview.md

File metadata and controls

37 lines (20 loc) · 1.02 KB

CI and CD Overview

Publication System is powered by 3 repositories: ps-hippo, ps-build and ps-deploy. Each repository is using Travis for testing pull requests. Once approved it can be merged to master branch which triggers specific AWS CodePipeline pipeline.

Continuous Integration

Each Pull Request created in ps-hippo, ps-build or ps-deploy repo triggers Travis build. This means that there is no need to build or maintain any infrastructure for CI.

Continuous Integration Overview

Continuous Delivery

Each commit to master branch in ps-hippo repository triggers CD pipeline. Both AWS CodePipeline pipelines and AWS CodeBuild jobs are build and managed from code.

Continuous Delivery Overview