This repo hosts the codebase and tutorial for an Introductory CI/CD Workshop. The workshop is designed to demonstrate and explain how to implement a CI/CD pipeline into a codebase.
<title>Introduction to CI/CD Workshop</title>This repo hosts the codebase and tutorial for an Introductory CI/CD Workshop. The workshop is designed to demonstrate and explain how to implement a CI/CD pipeline into a codebase.
The goal of this workshop is to introduce participants to the concepts and practices of Continuous Integration (CI) and Continuous Deployment (CD). It provides hands-on experience with setting up a basic CI/CD pipeline for a codebase.
- codebase/: This directory contains the codebase for the workshop. Participants will use this codebase to implement the CI/CD pipeline.
- tutorial/: This directory contains the tutorial materials, including step-by-step instructions and explanations on implementing the CI/CD pipeline.
To get started with the workshop, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/Ishaipita/Ishaipita.git
- Navigate to the
tutorial/
directory and follow the instructions provided in the tutorial materials.
Contributions to this workshop repository are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more details.