Sign inSign up

retroandre/appnode-pipeline

By retroandre

Updated almost 2 years ago

CI/CD pipeline on Javascript

Image
Languages & frameworks
0

293

retroandre/appnode-pipeline repository overview

Hello World on Javascript with EC2

About The Project

This project demonstrates the deployment of a simple Node.js application using Docker and CI/CD pipelines.

Features

  • Automated CI/CD: A complete pipeline built with GitHub Actions to automate the testing, building, and deployment of the application.
  • EC2 Deployment: The application is deployed to an EC2 instance for reliable cloud hosting.
  • Fast and Lightweight: A minimal Node.js app ensures quick startup and low resource usage.

Usage

To run this container, simply use the following command:

Docker Pull
  docker pull retroandre/appnode-pipeline:latest
Docker Run
  docker run -p 8080:8080 retroandre/appnode-pipeline:latest

Contributing

I would like you to contribute to this project. Whether it's fixing a bug, adding a new feature or improving the documentation, your help is always welcome. Please email me at [email protected] with all the details for improvement.

Tag summary

Content type

Image

Digest

sha256:37c390841

Size

43.4 MB

Last updated

almost 2 years ago

docker pull retroandre/appnode-pipeline