Skip to content

Commit 1c2f0fa

Browse files
authored
Add section about importing env vars (#2326)
1 parent 45d2c6d commit 1c2f0fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docusaurus/docs/cloud/projects/settings.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ To create a new environment:
119119
| Environment name | (mandatory) Write a name for your project's new environment. |
120120
| Git branch | (mandatory) Select the right branch for your new environment. |
121121
| Base directory | Write the name of the base directory of your new environment. |
122+
| Import variables | Tick the box to import variable names from an existing environment. Values will not be imported, and all variables will remain blank. |
122123
| 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. |
123124

124125
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
310311
| Environment name | (mandatory) Write a name for your project's new environment. |
311312
| Git branch | (mandatory) Choose a branch from the drop-down list. |
312313
| Base directory | Write the path of the base directory in the textbox. |
313-
| 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. |
314+
| Import variables | Tick the box to import variable names from an existing environment. Values will not be imported, and all variables will remain blank. |
315+
| 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. |
314316

315317
4. Click on the **Reset** button.
316318

0 commit comments

Comments
 (0)