Tech Stacks · Infra
GitHub Actions
Category
Infra
At the studio
Since 2020
Projects shipped
Numerous
Status
Active
(01) Our take
GitHub Actions is our default CI/CD platform. The proximity to the source code, the ease of writing and testing workflows, and the rich ecosystem of first and third-party actions make it the obvious pick for almost any engagement that already hosts code on GitHub.
We structure CI workflows around three stages: verify (lint, type-check, test), build (container image, preview deploy), and release (production deploy, migrations, notifications). This shape scales from small teams to enterprise engagements without rework.
(02) What we build with it
Typical work
- Continuous integration pipelines across all project types
- Preview deployment orchestration
- Scheduled jobs (data pipelines, dependency updates, backups)
- Release automation with changelogs and versioning
(03) How we engage
Engagement shape
Applied to every engagement. Standalone CI/CD engagements happen when a client is migrating from an older platform (Jenkins, CircleCI) to GitHub Actions.
(04) Pairs with
Works well with
Technologies we reach for alongside GitHub Actions in most engagements.
Thinking about a GitHub Actions project?