Continuous deployment could be a nightmare, even when using the right tools. There's many of them available: CI servers, Provisionner, Containers… If you have to deal with feature-flipping too, it starts to be Hell.
What if we try to get back to the basics and use only one tool, Git, for every of our tasks: from versioning to deploying?
Matthias shows which solutions exists to automate deployment and feature-flipping, and compares them to the advanced workflow of Git as an ordonnancer for deployment and feature-flipping.