Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bishal7679/demo-nodejs-app
https://github.com/bishal7679/demo-nodejs-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bishal7679/demo-nodejs-app
- Owner: bishal7679
- Created: 2022-12-07T15:51:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T17:04:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:03:57.698Z (7 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
2. Jenkins
Jenkins declarative pipeline that is triggered on every commit.
3. ECR
Docker images will be stored in AWS ECR.
4. 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