Skip to content
Snippets Groups Projects
Commit ba7ef55f authored by Yoan VALLET's avatar Yoan VALLET
Browse files

review deploy section

parent 49f42562
No related branches found
No related tags found
No related merge requests found
Pipeline #12460 passed
...@@ -34,9 +34,17 @@ $ yarn deploy-dev ...@@ -34,9 +34,17 @@ $ yarn deploy-dev
$ yarn deploy $ yarn deploy
``` ```
## Deploy build-dev branch to Scaleway ## Deploy build-test branch to one Scaleway instance for testing
You can directly use the content of build-test branch to update one instance for test purpose.
Simply use the dedicated script "update_ecolyo_test.sh <instance_name>" with the targeted instance (from the server).
By default we use the ecolyotest instance for testing intermediate functionnality.
For more informations you can check for [Easy Cozy scripts](../../../easycozy/scripts/).
## Deploy build-dev branch to all Scaleway instances
You can directly use the content of build-dev branch to update apps on dev environment using scripts (from the server). You can directly use the content of build-dev branch to update apps on dev environment using scripts (from the server).
Simply use the dedicated script "update_all_ecolyo_dev.sh" (from the server).
For more informations you can check for [Easy Cozy scripts](../../../easycozy/scripts/). For more informations you can check for [Easy Cozy scripts](../../../easycozy/scripts/).
## Deploy build branch to Cozy ## Deploy build branch to Cozy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment