My Cloud CI/CD Site

Name: Nada Raed Mosabeh

Course: Cloud Computing

What is CI/CD?

CI/CD stands for Continuous Integration and Continuous Deployment. It is a modern approach used to automate the process of integrating code changes and deploying applications or websites. Instead of manually updating systems, automated workflows check the project files and deploy them in an organized way. This approach improves reliability, reduces human errors, and allows faster delivery of updates in modern IT and cloud environments.

My Pipeline

In my project, the pipeline starts when I push the website files to the main branch on GitHub. The workflow automatically checks that the required files exist and prepares them for deployment. After that, the website is published to GitHub Pages. Finally, the updated version of the website becomes available online.