Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Integration & Delivery #8

Open
2 tasks
dannytce opened this issue Jul 19, 2019 · 2 comments
Open
2 tasks

Continuous Integration & Delivery #8

dannytce opened this issue Jul 19, 2019 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@dannytce
Copy link
Contributor

@dannytce dannytce added the documentation Improvements or additions to documentation label Jul 19, 2019
@dannytce dannytce mentioned this issue Jul 19, 2019
5 tasks
@jerr045
Copy link

jerr045 commented Dec 4, 2023

Certainly! Continuous Integration (CI) and Continuous Delivery (CD) are practices in software development that focus on automating and streamlining the process for branded products of building, testing, and deploying code. Here are some key aspects related to CI/CD:

  1. Definition:
    Continuous Integration (CI): The practice of frequently integrating code changes into a shared repository, where automated builds and tests are triggered to detect and address integration issues early in the development process.
    Continuous Delivery (CD): An extension of CI that ensures that the software can be released reliably at any time. It involves automating the deployment process, enabling the software to be in a deployable state after passing CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants
@dannytce @jerr045 and others