Setting Up a Full-Stack GitLab CI/CD Pipeline for a Boardgame Project
Introduction
In this guide, we’ll set up a complete GitLab CI/CD pipeline for a sample "Boardgame" project.The goal: automate the build, test, security scan, and deployment process using:
GitLab
GitLab Runners (self-hosted)
Trivy (security scannin...
fromcloudtoops.hashnode.dev7 min read