Explorar o código

Update deployer install instructions (#1637)

Abdelrahman Omran %!s(int64=6) %!d(string=hai) anos
pai
achega
a0a5c85a54
Modificáronse 1 ficheiros con 2 adicións e 13 borrados
  1. 2 13
      DOCUMENTATION/content/documentation/index.md

+ 2 - 13
DOCUMENTATION/content/documentation/index.md

@@ -331,24 +331,13 @@ Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error t
 <a name="Install-Deployer"></a>
 ## Install Deployer (Deployment tool for PHP)
 
-1 - Open the `docker-compose.yml` file
+1 - Open the `.env` file
 <br>
-2 - Search for the `INSTALL_DEPLOYER` argument under the Workspace Container
+2 - Search for the `WORKSPACE_INSTALL_DEPLOYER` argument under the Workspace Container
 <br>
 3 - Set it to `true`
 <br>
 
-It should be like this:
-
-```yml
-    workspace:
-        build:
-            context: ./workspace
-            args:
-                - INSTALL_DEPLOYER=true
-    ...
-```
-
 4 - Re-build the containers `docker-compose build workspace`
 
 [**Deployer Documentation Here**](https://deployer.org/docs)