DDEV Add-on Registryopixido › ddev-addon-phploy

DDEV Add-on: phploy

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.

🔧 Installation

ddev add-on get https://github.com/opixido/ddev-addon-phploy/tarball/master
ddev restart

🔧 Usage

Just like phploy, but prefixed with ddev

ddev phploy -s server -l

🔧 Actions

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.