Skip to content

Commit a0a5c85

Browse files
Omranicbestlong
authored andcommitted
Update deployer install instructions (laradock#1637)
1 parent a807caa commit a0a5c85

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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>
338338
3 - 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-
352341
4 - Re-build the containers `docker-compose build workspace`
353342

354343
[**Deployer Documentation Here**](https://deployer.org/docs)

0 commit comments

Comments
 (0)