Tag

GitLab CI/CD

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Jul 24, 2024 · Operations

Master GitLab CI/CD: Build, Test, Deploy Efficiently with Real-World Examples

GitLab CI/CD provides a powerful, automated workflow for building, testing, and deploying code, and this guide explains its core concepts—jobs, pipelines, stages, artifacts, dependencies, conditional execution—while offering detailed .gitlab-ci.yml examples, local debugging techniques, caching strategies, environment isolation, and security best practices.

AutomationCI/CD pipelinesDocker
0 likes · 14 min read
Master GitLab CI/CD: Build, Test, Deploy Efficiently with Real-World Examples
DevOps Cloud Academy
DevOps Cloud Academy
Nov 3, 2021 · Operations

Using a Monorepo with GitLab CI/CD and Docker for Multi‑Service Applications

This article explains the benefits of a monorepo for multi‑service web applications and demonstrates how to set up GitLab CI/CD pipelines and Docker containers to build, test, and deploy backend and frontend services efficiently.

DockerGitLab CI/CDMicroservices
0 likes · 7 min read
Using a Monorepo with GitLab CI/CD and Docker for Multi‑Service Applications
Taobao Frontend Technology
Taobao Frontend Technology
May 17, 2021 · Operations

Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices

This article provides a comprehensive overview of GitLab CI/CD, covering its core concepts—pipelines, stages, jobs, and runners—along with .gitlab-ci.yml configuration, variables, triggers, DAG pipelines, runner types, cloud‑native capabilities, efficiency management, and practical demo examples to help teams implement robust DevOps workflows.

CI/CD pipelinesDAGDocker
0 likes · 19 min read
Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices
DevOps Cloud Academy
DevOps Cloud Academy
Dec 21, 2020 · Operations

Getting Started with GitLab CI/CD: Pipelines, Runners, and SSH Deployment

This article provides a step‑by‑step guide to GitLab CI/CD, covering pipeline concepts, a sample .gitlab-ci.yml configuration, job and stage definitions, runner installation and registration, and secure SSH‑based deployment using Docker‑based runners.

CI pipelinesDockerGitLab CI/CD
0 likes · 12 min read
Getting Started with GitLab CI/CD: Pipelines, Runners, and SSH Deployment
DevOps Cloud Academy
DevOps Cloud Academy
Sep 3, 2020 · Operations

A Beginner’s Guide to GitLab CI/CD Pipelines, Runner Setup, and SSH Deployment

This article provides a comprehensive, step‑by‑step guide to setting up GitLab CI/CD pipelines, configuring .gitlab-ci.yml files, registering Docker‑based GitLab Runners, and deploying applications via SSH, covering stages, jobs, and practical code examples for DevOps practitioners.

CI PipelineDockerGitLab CI/CD
0 likes · 12 min read
A Beginner’s Guide to GitLab CI/CD Pipelines, Runner Setup, and SSH Deployment
DevOps Cloud Academy
DevOps Cloud Academy
Jun 16, 2020 · Cloud Native

Using a Monorepo with GitLab CI/CD and Docker for Multi‑Service Applications

This article explains the benefits of a monorepo for multi‑service web applications and demonstrates how to build, test, and deploy the services using Docker, docker‑compose, and GitLab CI/CD pipelines with selective job execution based on code changes.

ContainerizationDockerGitLab CI/CD
0 likes · 6 min read
Using a Monorepo with GitLab CI/CD and Docker for Multi‑Service Applications
DevOps Cloud Academy
DevOps Cloud Academy
Apr 13, 2020 · Operations

GitLab CI/CD Tutorial: Concepts, Configuration, and Example Pipelines

This tutorial introduces GitLab CI/CD, explains its core concepts, reasons to choose it, outlines typical pipeline stages and jobs, and provides a complete example .gitlab-ci.yml configuration with code snippets for building, testing, and deploying a Node.js application.

AutomationCI/CDGitLab CI/CD
0 likes · 8 min read
GitLab CI/CD Tutorial: Concepts, Configuration, and Example Pipelines
360 Tech Engineering
360 Tech Engineering
Jun 24, 2019 · Frontend Development

Implementing Automated Build and Release with GitLab CI/CD for Frontend Projects

This article explains how a frontend team migrated from SVN to GitLab and used GitLab CI/CD to automate build and deployment, detailing the previous manual workflow, the benefits of automation, the CI/CD pipeline structure, configuration files, runner setup, and remaining challenges.

AutomationGitLab CI/CDbuild
0 likes · 12 min read
Implementing Automated Build and Release with GitLab CI/CD for Frontend Projects
Huajiao Technology
Huajiao Technology
Jun 11, 2019 · Frontend Development

Automating Frontend Build and Deployment with GitLab CI/CD

This article explains how a frontend team migrated from SVN to GitLab, leveraged GitLab CI/CD to automate building and publishing HTML assets, outlines the previous manual workflow, details the new CI/CD pipeline, runner configuration, .gitlab-ci.yml structure, encountered issues, and future improvements.

AutomationGitLab CI/CDcontinuous integration
0 likes · 11 min read
Automating Frontend Build and Deployment with GitLab CI/CD