You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docusaurus/docs/cloud/projects/settings.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ To create a new environment:
119
119
| Environment name | (mandatory) Write a name for your project's new environment. |
120
120
| Git branch | (mandatory) Select the right branch for your new environment. |
121
121
| 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. |
122
123
| 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. |
123
124
124
125
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
310
311
| Environment name | (mandatory) Write a name for your project's new environment. |
311
312
| Git branch | (mandatory) Choose a branch from the drop-down list. |
312
313
| 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. |
0 commit comments