Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

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.