- Leader: Sebastian Atabales-Schnitzler (101489938) - GitHub
- Member 2: Bleque Tanjong (101518595) - [https://github.com/tanjong237/COMP2156]
- Member 3: Patience Niyobuhungiro (101523899) - [https://github.com/chrispius006/COMP2156]
- Member 4: Reginald Owusu Ansah (101538820) - [https://github.com/Reginald00/COMP2156]
- Member 5: Enter your name here...
This repository hosts the group assignment for COMP2156 DevOps course, focusing on collaborative Git workflows, branching strategies, and CI/CD integration.
- Clone the repository.
- Switch to your branch using
git checkout STUDENTID-Name. - Install any dependencies as listed.
The project utilizes GitHub Actions for continuous integration. The workflow is defined
in .github/workflows/ci.yml.
Each member has their own branch named STUDENTID-Name. All changes are
merged into the main branch via Pull Requests.