Skip to content

ujala-singh/ci-cd-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Frontend App with CI/CD Pipeline

This repository demonstrates a simple frontend app using HTML, CSS, and JavaScript. It includes a GitHub Actions CI/CD pipeline to automate building and deploying the app inside a Docker container.

How to Run Locally

  1. Clone the repository:
git clone https://github.com/yourusername/frontend-app.git cd frontend-app
  1. Build the Docker image:
docker build -t frontend-app .
  1. Run the Docker container:
docker run -p 8080:80 frontend-app
  1. Open your browser and go to http://localhost:8080.

CI/CD Pipeline

The pipeline is configured in GitHub Actions to:

  1. Run tests.
  2. Build the Docker image.
  3. Push the image to Docker Hub (or other registries).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published