Skip to content

Hosting, Deployment, and Sharing

DDEV does not provide capabilities for deploying your code, as it’s focused on being a local development solution. Teams almost universally use Git to manage their code and some Git provider like GitHub or GitLab to store it. They use many different types of deployment tools to actually get the code to their upstream servers or integration environments. For local development, DDEV provides capabilities to pull upstream databases and user-generated files as well as push those in some circumstances.