Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 549 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 549 Bytes

Backend System for the DAITA Platform

Detailed documentation can be found in the docs folder.


A Note on Releases

The repository should be setup in the future in such a way that changes to the branch release-staging and release-production will trigger a rebuild of the Staging and the Production application, respectively.

The merge flow for changes should be as follows:

<feature_branch> -> <develop> -> <main> -> <release-staging> -> <release-production>

Git Merge Flow