CICD

Effortless Infrastructure - Mastering Automated Deployments with Terraform and GitHub Actions

5 minute read Published: 2024-01-26

In the earlier blog post, I showcased the steps to achieve continuous deployment using GitHub Actions and AWS CodeBuild specifically for code deployment. Expanding on those principles, let’s delve into the next phase of our workflow — incorporating infrastructure deployment through Terraform.


Efficient Continuous Deployment with GitHub Environments and AWS CodeBuild

8 minute read Published: 2023-10-30

In this blog post, I’ll guide you through setting up a Continuous Deployment pipeline using GitHub Actions and environments, focusing on both development and production stages.