瀏覽代碼

Update deployer install instructions (#1637)

Abdelrahman Omran 6 年之前
父節點
當前提交
a0a5c85a54
共有 1 個文件被更改,包括 2 次插入13 次删除
  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)