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: docs/fluxcloud/register-new-app/deploy-with-git/configuration/environment-reference.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
sidebar_position: 1
3
3
title: Environment Variables Reference
4
-
description: Complete reference for all Flux-Orbit environment variables
4
+
description: Complete reference for all Deploy with Git environment variables
5
5
---
6
6
7
7
# Environment Variables Reference
8
8
9
-
This page provides a comprehensive reference for all environment variables supported by Flux-Orbit. Use these variables to customize your deployment behavior.
9
+
This page provides a comprehensive reference for all environment variables supported by Deploy with Git. Use these variables to customize your deployment behavior.
10
10
11
11
## Required Variables
12
12
13
-
These variables must be set for Flux-Orbit to function:
13
+
These variables must be set for Deploy with Git to function:
14
14
15
15
### `GIT_REPO_URL`
16
16
-**Type**: String (URL)
@@ -386,7 +386,7 @@ Override only if you need specific GC tuning or custom JVM flags.
386
386
```
387
387
388
388
:::info Deployment Safety
389
-
Flux-Orbit includes a deployment watchdog that monitors deployment duration. If a deployment gets stuck (network issues, infinite loops, etc.), the system will automatically:
389
+
Deploy with Git includes a deployment watchdog that monitors deployment duration. If a deployment gets stuck (network issues, infinite loops, etc.), the system will automatically:
390
390
1. Detect the timeout
391
391
2. Stop the deployment
392
392
3. Rollback to the last working release
@@ -407,7 +407,7 @@ This prevents deployments from hanging indefinitely and ensures your application
407
407
```
408
408
409
409
:::tip Dependency Caching
410
-
Flux-Orbit automatically caches dependencies based on lock file hashes:
410
+
Deploy with Git automatically caches dependencies based on lock file hashes:
0 commit comments