Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 1.19 KB

File metadata and controls

11 lines (11 loc) · 1.19 KB
��# 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.