Continuous Deployments
Leapcell supports GitOps workflows, enabling automated application deployments through Git repositories. This approach enhances developer productivity, reduces human errors, and ensures code reliability.
What is GitOps?
GitOps is a Git-based continuous delivery model that stores application configurations and deployment states in a Git repository. In a GitOps workflow, changes made to the Git repository trigger automated processes to deploy and manage applications.
Currently, Leapcell monitors code changes in your main
branch. When new code is committed, Leapcell automatically builds and deploys the latest version of your application.