GithubActions

Setup Multiple Environment Azure CI/CD with Terraform Cloud & GitHub Action

Introduction Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It allows you to define and provision infrastructure resources in a declarative manner using a simple and consistent syntax. With Terraform, you can describe your desired infrastructure state in configuration files, and then Terraform handles the provisioning and management of the resources […]

Deploy Ansible Playbook using GitHub Action

Introduction Ansible is an open-source IT automation tool that simplifies the deployment, configuration, and management of software applications and infrastructure GitHub Actions is a powerful continuous integration and deployment (CI/CD) tool provided by GitHub. It allows developers to automate software workflows and build, test, and deploy code changes from within the GitHub platform. Prerequisites In this […]

Build and Push Docker Image to Azure Container Registry using GitHub Action

Introduction GitHub Actions is a powerful continuous integration and deployment (CI/CD) tool provided by GitHub. It allows developers to automate software workflows and build, test, and deploy code changes from within the GitHub platform. Azure Container Registry is a fully managed, private container registry service provided by Microsoft Azure. It allows users to securely store […]

Scroll to top