Best of GitLabApril 2024

  1. 1
    Article
    Avatar of spaceliftSpacelift·2y

    How to Create a CI/CD Pipeline with Docker [Tutorial]

    The article discusses how to combine Docker and CI/CD in order to automate build, test, and deployment tasks within the software delivery lifecycle. It covers the use of Docker for running CI/CD pipeline jobs and for building and deploying Docker images. The article provides a tutorial on creating a CI/CD pipeline with Docker using GitLab as an example, and also includes some best practices for using Docker in CI/CD.

  2. 2
    Article
    Avatar of collectionsCollections·2y

    A Step-by-Step Guide to Deploying React App using GitLab CI/CD on AWS EC2

    A guide to deploying a React app on AWS EC2 using GitLab CI/CD, including steps for setting up an EC2 instance, configuring the instance, uploading the application code, accessing the deployed application, and securing server credentials.

  3. 3
    Article
    Avatar of spaceliftSpacelift·2y

    How to Manage Terraform State with GitLab [Tutorial]

    Learn how to manage Terraform state with GitLab CI/CD. GitLab provides version control and collaboration features for Terraform state files, ensuring consistency and integrity of your infrastructure. Discover the benefits and best practices of using GitLab for managing Terraform state.