← Back to projects

Project

CI/CD Migration

Migration support from Azure DevOps pipelines to GitHub Actions workflows for improved developer visibility and maintainability.

2026-05-12

GitHub ActionsAzure DevOpsDockerCI/CD

I contributed to migrating CI/CD workflows from Azure DevOps to GitHub Actions.

The goal was to improve workflow visibility, simplify maintenance, and align development processes closer to the source code repository.

Problem

CI/CD workflows can become difficult to maintain when build logic, repository activity, and deployment visibility are spread across separate systems.

Moving workflows closer to the codebase can make the development process easier to understand and improve team ownership.

Technical approach

The migration involved understanding existing pipeline behavior, translating workflow steps, validating build behavior, and making the process easier for developers to follow.