In today’s developer world, continuous integration and continuous deployment are common approaches, for good reason. Letting your users and visitors benefit from the latest changes to your website faster means that they are happier. Changes to the content of your Scrivito-based website are already visible on your live website each time you publish a working copy. Now, with Git integration set up via Netlify, your code changes can be deployed as you push your changes.
Netlify can integrate with GitHub, GitLab and Bitbucket to deploy your code changes directly from the repository. From the Netlify dashboard you can choose which service to use and set up integration, simply. Once set, you can decide which repo and even which branch gets deployed when code changes are pushed. This option lets you create “deploy previews” as well as perform A/B testing or “split testing” as Netlify references it, to divide your website traffic between different deploys.