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 restart
Once DDEV has restarted, you can run:
ddev dep
ddev dep deploy staging
ddev add-on remove ddev-deployer
This will remove the dep
wrapper script. The vendor/bin/dep
binary is left intact (it’s part of your project’s dependencies).