You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
��# CI/CD Lab Summary
This lab was intended to create and practice creating github actions and implementing CI/CD pipeline. I started with formatting the files of the project and then started the ci/cd implementations. In CI, I included the triggers on push and pull requests and then wrote the conditions before building the projects like installing the dependencies, running lint and format, running the tests then finally building the project while generating simple logs and the demo site. After that the CD included conditons to only run after the CI finishes and deploy only on push to main.