Skip to content

Commit 7892643

Browse files
authored
Update environment-reference.md
1 parent 2c54271 commit 7892643

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/fluxcloud/register-new-app/deploy-with-git/configuration/environment-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
sidebar_position: 1
33
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
55
---
66

77
# Environment Variables Reference
88

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.
1010

1111
## Required Variables
1212

13-
These variables must be set for Flux-Orbit to function:
13+
These variables must be set for Deploy with Git to function:
1414

1515
### `GIT_REPO_URL`
1616
- **Type**: String (URL)
@@ -386,7 +386,7 @@ Override only if you need specific GC tuning or custom JVM flags.
386386
```
387387

388388
:::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:
390390
1. Detect the timeout
391391
2. Stop the deployment
392392
3. Rollback to the last working release
@@ -407,7 +407,7 @@ This prevents deployments from hanging indefinitely and ensures your application
407407
```
408408

409409
:::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:
411411
- `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml` (Node.js)
412412
- `requirements.txt`, `poetry.lock` (Python)
413413
- `Gemfile.lock` (Ruby)
@@ -472,7 +472,7 @@ This separation allows you to:
472472

473473
## Health Check Configuration
474474

475-
Flux-Orbit uses a simplified health check system with HTTP-based checks and configurable retries.
475+
Deploy with Git uses a simplified health check system with HTTP-based checks and configurable retries.
476476

477477
### `HEALTH_CHECK_RETRIES`
478478
- **Type**: Integer

0 commit comments

Comments
 (0)