> For the complete documentation index, see [llms.txt](https://unicef.gitbook.io/unpp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicef.gitbook.io/unpp/technical-documentation/deployment-devops.md).

# Deployment / DevOps

Main development branch is `develop`, from it we branch for features / bugfixes and then open Pull Requests (PRs) to do code review and verification.&#x20;

`Develop` and `master` branches are setup to automatically build and deploy on changes using the following flow:

1. Push to Github
2. Build triggers on codefresh
3. Docker images are built and pushed to dockerhub
4. Deployment is done on kubernetes cluster.
