Tag: GitLab

How to Automatically Build and Deploy Your Front-end Demo Environment with Docker and GitLab CI: React & Vite & Mock.js

Absolutely, a well-crafted demo environment is your golden ticket in today’s front-end development landscape! Using Docker and GitLab CI, you can swiftly package and deploy your React and Vite-based projects. It’s a streamlined approach that not only enhances team collaboration but also ...

Installing GitLab Self-Managed Instance on AWS EC2 Using Docker Compose: A Step-by-Step Guide

Introduction In today’s fast-paced DevOps landscape, managing your source code efficiently is crucial. GitLab, a robust and versatile source code management platform, provides an excellent solution for teams seeking an integrated approach to source control, continuous integration, and colla...

How to set up a Terraform GitOps Project using Terragrunt and GitLab Pipelines

Introduction GitOps is a process for automating cloud deployment using Git, infrastructure-as-code, and CI/CD tools. Your code repository will be the single source of truth for your infrastructure. At any point in time, your infrastructure-as-code configuration will mirror the existing ...

A complete overview of GitLab managed terraform state

What is GitLab CI/CD? GitLab CI/CD is the part of GitLab that you use for all of the continuous methods (Continuous Integration, Delivery, and Deployment). With GitLab CI/CD, you can test, build, and publish your code with no third-party application or...