Continuous Delivery (CD) topic

Continuous delivery (CD) is a software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time and, following a pipeline through a "production-like environment", without doing so manually. It aims at building, testing, and releasing software with greater speed and frequency. The approach helps reduce the cost, time, and risk of delivering changes by allowing for more incremental updates to applications in production. A straightforward and repeatable deployment process is important for continuous delivery.

Continuous delivery contrasts with continuous deployment (also abbreviated CD), a similar approach in which software is also produced in short cycles but through automated deployments even to production rather than requiring a "click of a button" for that last step. As such, continuous deployment can be viewed as a more complete form of automation than continuous delivery.

List Continuous Delivery (CD) repositories

archimate-ci-image

39
Stars
23
Forks
Watchers

Archi container image for use in continuous integration pipelines

go-test-teamcity

19
Stars
10
Forks
Watchers

Convert golang test output to TeamCity format

argo-cd

16.2k
Stars
4.9k
Forks
185
Watchers

Declarative Continuous Deployment for Kubernetes

fetch-api-data-action

102
Stars
13
Forks
Watchers

🚚 GitHub action for handling authenticated API requests, allowing you to save the data from the request into your workspace as an environment variable and a .json file.

github-pages-deploy-action

4.1k
Stars
348
Forks
Watchers

🚀 Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.

bk-job

777
Stars
198
Forks
Watchers

蓝鲸作业平台(Job)是一套运维基础操作管理系统,具备海量任务并发处理能力。除了支持脚本执行、文件分发、定时任务等一系列基础运维场景以外,还支持通过流程调度能力将零碎的单个任务组装成一个自动化作业流程;...

awesome-argo

1.8k
Stars
149
Forks
Watchers

A curated list of awesome projects and resources related to Argo (a CNCF graduated project)

ccv

20
Stars
2
Forks
Watchers

Conventional Commits Versioner

DevOps-README.md

450
Stars
27
Forks
Watchers

What to Read to Learn More About DevOps