Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat:CI and CD pipeline #292

Closed
3 tasks done
iritikyadav123 opened this issue Jun 23, 2024 · 5 comments
Closed
3 tasks done

Feat:CI and CD pipeline #292

iritikyadav123 opened this issue Jun 23, 2024 · 5 comments
Labels

Comments

@iritikyadav123
Copy link

Describe the feature

Continuous Integration (CI) and Continuous Deployment (CD) pipelines are essential practices in modern software development, offering numerous advantages that enhance the efficiency, reliability, and quality of software projects. Here are some key benefits:

Improved Code Quality.
Faster Delivery and Deployment,
Increased Collaboration and Transparency,
Enhanced Customer Satisfaction.
Implementing CI/CD pipelines brings a wide range of advantages, from improving code quality and speeding up delivery cycles to reducing risks and enhancing team collaboration. These benefits collectively contribute to the development of high-quality software, quicker time-to-market, and higher customer satisfaction, making CI/CD pipelines a cornerstone of modern software development practices

Add ScreenShots

NA

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
Copy link

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

@PatilHarshh
Copy link
Owner

how do you implement this ? what's your thought process !!

@iritikyadav123
Copy link
Author

First, I create a Dockerfile, then create two YAML files in the GitHub folder for the CI pipeline. I'll write some commands:

First, I write all the jobs that the CI has to follow.
Then, name the jobs.
Name the job machines.
Clone the repo on the machine.
Install dependencies.
Then, run lint checks to verify the flow.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jul 27, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants