Real-Dev-Squad / members-site

https://members-app-v2.vercel.app
MIT License
4 stars 23 forks source link

[SETUP] - Set Up CI/CD Pipeline for Code Linting, Testing, Building, and Deployment #150

Open sahsisunny opened 1 month ago

sahsisunny commented 1 month ago

Issue Description

We need to set up a CI/CD pipeline to automate code linting, testing, building, and deployment processes for our project. This will ensure consistent quality and streamline the development workflow.

Expected Behavior

When the CI/CD pipeline is in place, it should automatically:

Current Behavior

Currently, code linting, testing, building, and deployment are done manually. This can lead to inconsistencies and delays in the development process.

Screenshots

N/A

Reproducibility

Steps to Reproduce

  1. Push code changes to the repository.
  2. Create a pull request.
  3. Merge changes into the main branch.

Severity/Priority

Additional Information

The CI/CD pipeline should include:

Checklist


Thank you for contributing to our project! We appreciate your help in improving it.