This DDEV add-on adds a ddev phploy
command to handle deployments through phploy, it includes its own docker container to avoid PHP versions issues.
ddev add-on get https://github.com/opixido/ddev-addon-phploy/tarball/master
ddev restart
Just like phploy, but prefixed with ddev
ddev phploy -s server -l
If you are using phploy actions like pre-deploy
, you need to be aware of the context of thoses actions, because they will run inside the phploy container.