5 articles tagged #ci-cd.
Collection of custom Dev Container features with automated testing, CI/CD, and GitHub Container Registry publishing.
Integration of security practices throughout the software development lifecycle, automating security controls in the CI/CD pipeline.
GitHub's native CI/CD platform. Declarative YAML workflows that automate build, test, deploy, and any development lifecycle task — directly from the repository.
Minimalist branching model designed for continuous deployment. Only two elements — main and feature branches — with PRs as the integration point and immediate deploy after merge.
Python project example with Pipenv, Pytest, pre-commit hooks, CI/CD with GitHub Actions, and badge generation.