Continuous deployment of application using CI/CD
Continuous Deployment is a software development practice that involves automatically releasing every change made to a codebase to production. This is made possible by using a CI/CD (Continuous Integration and Continuous Deployment) pipeline. A CI/CD ...
abdulmalik.hashnode.dev4 min read