youtube image
From YouTube: DDEV-Live Preview Feature

Description

Get all the links and commands at https://www.ddev.com/ddev-live/watch-ddev-live-preview-feature/

In the screencast we:
Create a site from a running DDEV-Local project
Wait for the site creation to complete.
Push the user-generated files up to the new site
Push the database (from the local project) up
Wait for the pushes to complete and then verify the new site.
Create a new branch and add some new code in the DDEV-Local project. In this case we're adding a theme by doing ddev composer require drupal/vani
Add the code, make a commit, push the new branch, and create a pull request.
The DDEV-Live bot immediately gives us instructions on the PR, suggesting that we type /ddev-live-create-preview. Do it, and a preview site is created.
Verify that the new theme is available and enable it on the preview site.
When done, pull the pull request and note that DDEV-Live automatically deletes the preview site.