Coder Social home page Coder Social logo

continuous_integration_and_continuous_deployment's Introduction

Continuous Integration and Continuous Deployment (CI/CD) Repository

Personnal Project, CI/CD

visitor badge Pipelines

Overview

This repository is dedicated to showcasing and managing Continuous Integration and Continuous Deployment (CI/CD) pipelines for various version control platforms. It is organized with separate folders for GitHub, GitLab, Bitbucket, etc., each containing multiple types of pipelines tailored for different project scenarios.

Folder Structure

.
β”œβ”€β”€ github/
β”‚ β”œβ”€β”€ nodejs/
β”‚ β”‚ β”œβ”€β”€ .github/
β”‚ β”‚ β”‚ β”œβ”€β”€ workflows/
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ nodejs-ci.yml
β”‚ β”‚ β”‚ β”œβ”€β”€ ... (other GitHub CI/CD configurations)
β”‚ β”œβ”€β”€ python/
β”‚ β”‚ β”œβ”€β”€ .github/
β”‚ β”‚ β”‚ β”œβ”€β”€ workflows/
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ python-ci.yml
β”‚ β”‚ β”‚ β”œβ”€β”€ ... (other GitHub CI/CD configurations)
β”œβ”€β”€ gitlab/
β”‚ β”œβ”€β”€ java/
β”‚ β”‚ β”œβ”€β”€ .gitlab-ci.yml
β”‚ β”‚ β”œβ”€β”€ ... (other GitLab CI/CD configurations)
β”‚ β”œβ”€β”€ ruby/
β”‚ β”‚ β”œβ”€β”€ .gitlab-ci.yml
β”‚ β”‚ β”œβ”€β”€ ... (other GitLab CI/CD configurations)
β”œβ”€β”€ bitbucket/
β”‚ β”œβ”€β”€ react/
β”‚ β”‚ β”œβ”€β”€ bitbucket-pipelines.yml
β”‚ β”‚ β”œβ”€β”€ ... (other Bitbucket Pipelines configurations)
β”‚ β”œβ”€β”€ django/
β”‚ β”‚ β”œβ”€β”€ bitbucket-pipelines.yml
β”‚ β”‚ β”œβ”€β”€ ... (other Bitbucket Pipelines configurations)
  • github/: Folder for GitHub-specific CI/CD configurations.
  • gitlab/: Folder for GitLab-specific CI/CD configurations.
  • bitbucket/: Folder for Bitbucket-specific CI/CD configurations.

Each subfolder contains further organization based on the type of project (e.g., nodejs/, python/, java/, ruby/, react/, django/), and within each project type, there are CI/CD configuration files specific to the respective platform.

Getting Started

  1. Clone this repository:

    git clone <repository_url>
    cd <repository_directory>
  2. Explore the folders for the platform and project type of interest.

  3. Refer to the specific CI/CD configuration files for guidelines on setting up pipelines.

Contributions

Contributions are welcome! If you have a new platform or project type to add, or if you want to improve existing configurations, follow the guidelines in CONTRIBUTING.md.

continuous_integration_and_continuous_deployment's People

Contributors

twisterrr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.