navigation

Create Continuous Delivery Pipeline with NodeJS

Overview

In this lab, you will create a continuous delivery pipeline for a simple web application. You will first use a version control system to store your source code. Then, you will learn how to create a continuous delivery pipeline that will automatically deploy your web application whenever your source code is updated.

CICD

Content

  1. Introduction
  2. Setup Git Repo
  3. Deploy Web App
  4. Creating Build Project
  5. Create Delivery Pipeline
  6. Resource Cleanup