File tree Expand file tree Collapse file tree
DOCUMENTATION/content/documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -331,24 +331,13 @@ Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error t
331331<a name =" Install-Deployer " ></a >
332332## Install Deployer (Deployment tool for PHP)
333333
334- 1 - Open the ` docker-compose.yml ` file
334+ 1 - Open the ` .env ` file
335335<br >
336- 2 - Search for the ` INSTALL_DEPLOYER ` argument under the Workspace Container
336+ 2 - Search for the ` WORKSPACE_INSTALL_DEPLOYER ` argument under the Workspace Container
337337<br >
3383383 - Set it to ` true `
339339<br >
340340
341- It should be like this:
342-
343- ``` yml
344- workspace :
345- build :
346- context : ./workspace
347- args :
348- - INSTALL_DEPLOYER=true
349- ...
350- ```
351-
3523414 - Re-build the containers ` docker-compose build workspace `
353342
354343[ ** Deployer Documentation Here** ] ( https://deployer.org/docs )
You can’t perform that action at this time.
0 commit comments