My Cloud CI/CD Site

Static website deployed automatically using GitHub Actions + GitHub Pages

Name: Karim Shafiq Omar Yousef

Course: Cloud Computing

What is CI/CD?

CI/CD is a way to automate building and delivering software.
CI (Continuous Integration) means every push triggers automatic checks.
CD (Continuous Delivery/Deployment) means changes can be deployed automatically.
This reduces manual work and catches mistakes early.
It also makes updates faster, more reliable, and fully automated.

My Pipeline

After I push code to the main branch, GitHub Actions runs a workflow.
It checks that the required files exist, then uploads the website files.
Finally, it deploys the site automatically to GitHub Pages.

Tip: click the button multiple times to see different messages.

Message

—

Clicks 0
Last action —