Deployment
Deployment is the process of delivering a software application from development to a live environment where users can access and use it.
In software development, deployment refers to the activities required to make an application available for use. It typically includes transferring code to a production server, configuring environments, and running necessary scripts to ensure the software functions correctly in its intended environment.
Deployment can be manual or automated using CI/CD (Continuous Integration/Continuous Deployment) pipelines, which help teams release software faster and more reliably