Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.89 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.89 KB

Introduction to CI/CD Workshop

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>

Introduction to CI/CD Workshop

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.

Overview

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.

Contents

  • 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.

Getting Started

To get started with the workshop, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/Ishaipita/Ishaipita.git
  1. Navigate to the tutorial/ directory and follow the instructions provided in the tutorial materials.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for more details.