Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 535 Bytes

Sample NodeJs Application

Overview

CI/CD to test, build, push and deploy the NodeJS Dokerized app to AWS ECS using Jenkins Declarative Pipeline.

Tech Stack

  1. Github

This contains our sample nodes application code.

  1. Jenkins

Jenkins declarative pipeline that is triggered on every commit.

  1. ECR

Docker images will be stored in AWS ECR.

  1. ECS

Aplication will be deployed in AWS ECS.

Pipeline Stages

  1. Tests

  2. Build an image

  3. Push the image to ECR

  4. Deploy the image

Notes