From 1c2f0faac70ea9390b53333c851e9648d0adac7e Mon Sep 17 00:00:00 2001 From: Dimitris Messinis Date: Wed, 18 Dec 2024 14:24:57 +0100 Subject: [PATCH] Add section about importing env vars (#2326) --- docusaurus/docs/cloud/projects/settings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docusaurus/docs/cloud/projects/settings.md b/docusaurus/docs/cloud/projects/settings.md index 6c4b811286..e8a46a768b 100644 --- a/docusaurus/docs/cloud/projects/settings.md +++ b/docusaurus/docs/cloud/projects/settings.md @@ -119,6 +119,7 @@ To create a new environment: | Environment name | (mandatory) Write a name for your project's new environment. | | Git branch | (mandatory) Select the right branch for your new environment. | | Base directory | Write the name of the base directory of your new environment. | + | Import variables | Tick the box to import variable names from an existing environment. Values will not be imported, and all variables will remain blank. | | Auto-deploy | Tick the box to automatically trigger a new deployment whenever a new commit is pushed to the selected branch. Untick it to disable the option. | 4. Click on the **Add environment** button to create your project's new environment. A new deployment will automatically be triggered. @@ -310,7 +311,8 @@ Resetting an environment deletes all environments data and resets the variables | Environment name | (mandatory) Write a name for your project's new environment. | | Git branch | (mandatory) Choose a branch from the drop-down list. | | Base directory | Write the path of the base directory in the textbox. | - | Deploy the project on every commit pushed to this branch | Tick the box to automatically trigger a new deployment whenever a new commit is pushed to the selected branch. Untick it to disable the option. | + | Import variables | Tick the box to import variable names from an existing environment. Values will not be imported, and all variables will remain blank. | + | Auto-deploy | Deploy the project on every commit pushed to this branch | Tick the box to automatically trigger a new deployment whenever a new commit is pushed to the selected branch. Untick it to disable the option. | 4. Click on the **Reset** button.