Skip to content

A simple express with html project to work with ci and cd

Notifications You must be signed in to change notification settings

HitendraSinghRathore/ci-cd-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI/CD Express

A simple Express project with HTML to demonstrate a basic CI/CD setup using GitHub Actions, Docker, and Render.

Link to project

Application

Features

  • Express.js: Backend framework to serve HTML.
  • HTML: Basic static HTML page served through Express.
  • CI/CD: Automated build and deployment pipeline using GitHub Actions.
  • Docker: Containerized application for consistent deployment.

Prerequisites

  1. Render Account:

    • Create a free account at Render.
  2. Render API Key:

    • Retrieve the Reader API Key from your Render account.
  3. GitHub Secret:

    • Add your Render API Key as a GitHub secret:
      • Go to Settings > Secrets and Variables > Actions in your repository.
      • Add a new secret:
        • Name: RENDER_API_KEY
        • Value: Your Render API Key.

Dependencies

The project uses the following dependencies:


How to Run Locally

git clone https://github.com/your-username/ci-cd-express.git
cd ci-cd-express

About

A simple express with html project to work with ci and cd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published