A DDEV add-on to expose Deployer’s dep command inside your project’s web container.
cd your-project
ddev add-on get studioraz/ddev-deployer
ddev restartOnce DDEV has restarted, you can run:
ddev dep
ddev dep deploy stagingddev add-on remove ddev-deployerThis will remove the dep wrapper script. The vendor/bin/dep binary is left intact (it’s part of your project’s dependencies).