@@ -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.