From ebd2c830e176b54d92b6b31ddacb408b5592ab8e Mon Sep 17 00:00:00 2001
From: gcarron <gcarron@grandlyon.com>
Date: Thu, 11 Mar 2021 15:08:58 +0100
Subject: [PATCH] Fix deploy link

---
 docs/ecolyo/application/deploy.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/ecolyo/application/deploy.md b/docs/ecolyo/application/deploy.md
index fffef7b..ee0f732 100644
--- a/docs/ecolyo/application/deploy.md
+++ b/docs/ecolyo/application/deploy.md
@@ -20,7 +20,7 @@ There is 2 environment you can deploy on alpha for testing:
 
 #### Windows
 
-If you use windows, make sure you have WSL installed and a Linux distribution. For more information about it see the (Install WSL section)[../getting_started/setup_your_environment.md]
+If you use windows, make sure you have WSL installed and a Linux distribution. For more information about it see the [Install WSL section](../getting_started/setup_your_environment.md)
 
 First open your Ubuntu terminal (or any other distribution you've installed), and clone the project in the repertory of your choice. Once you've selected the branch of you want to deploy, write the following command :
 
@@ -35,14 +35,18 @@ In order to deploy on ecolyo_dev (development environment) use the command :
 yarn deploy-dev
 ```
 
+For test environment ecolyo_testuse the command :
+
+```
+yarn deploy-test
+```
+
 If you want to deploy on the ecolyo-build environment, use :
 
 ```
 yarn deploy
 ```
 
-To deploy on the llle-build environment, you'll have to drag and drop your build folder directly in llle-build using MobaXterm.
-
 #### Linux
 
 From your current branch, run `yarn build` then `sudo yarn deploy_dev` to instantly deploy your working branch on the latest tagged Ecolyo-dev container registry.
-- 
GitLab