Topic: CI/CD

Consolidating multiple repositories into a Monorepo

The benefits of using a Monorepo for storing code are well known at this point, but consolidating multiple existing repositories while keeping change history from each can be challenging. This post outlines how it can be done, with the finished repository containing the histories of any number of previously separate repositories, and only including the files that are required.

Read

Set up Github Actions for EKS deployments

Github actions provide a great way of doing small tasks through to full CI/CD work. This post discusses how to build a container and get a deployment rollout happening for a deployment on EKS.

Read

Using Github Actions and Package Registry to build, store and deploy your containers

With Github Actions and Package Registry, you can now build almost an entire CI/CD chain without using other services

Read