- Leader: Samuel Browne (101481884) - GitHub
- Member 2: Jonathan Cao (101480537) - GitHub
- Member 3: Sokmontrey Sythat (101477705) - GitHub
- Member 4: Hans Casilao (101463656) - Github
This repository hosts the group assignment for COMP3104 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.