Giter Site home page Giter Site logo

github-actions-ci-cd's Introduction

CI/CD Project with GitHub Actions, Docker, AWS EC2, and Nginx

Welcome to our CI/CD project repository! This project embraces modern DevOps practices with a robust CI/CD pipeline powered by GitHub Actions, Docker for containerization, and a self-hosted runner deployed on an AWS EC2 instance. Nginx serves as the web server within the Docker container, facilitating efficient and reliable deployment of our application.

Tools Used

1. GitHub Actions

GitHub Actions provides powerful automation workflows directly within your GitHub repository. In this project, GitHub Actions are configured to build, test, and deploy our application.

2. Docker

Docker is used for containerization, allowing us to package our application and its dependencies into a standardized unit for seamless deployment across different environments.

3. AWS EC2

We utilize AWS EC2 instances as self-hosted runners for GitHub Actions. This provides a scalable and customizable compute environment for our CI/CD processes.

4. Nginx

Nginx serves as the web server in the Docker container, handling the deployment of our application. It ensures efficient and reliable delivery of our web content.

Deployment Link

The application is deployed and can be accessed at Deployment Link.

Pull Request Deployment

Upon merging a pull request into the main branch, GitHub Actions will automatically trigger the CI/CD pipeline, deploying the changes directly to the specified environment.

Getting Started

  1. Fork the repository.
  2. Clone the forked repository to your local machine.
    git clone https://github.com/your-username/your-forked-repo.git
  3. Create a new branch for your changes.
    git checkout -b feature-branch
  4. Make your changes and commit them.
    git add .
    git commit -m "Add your descriptive commit message"
    
  5. Push your changes to your fork on GitHub.
    git push origin feature-branch
    

Open a pull request on the main repository.

github-actions-ci-cd's People

Contributors

harsh-srivastav123 avatar adarsh5555555 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

adarsh5555555

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.