Skip to content

Commit

Permalink
docs: add global scope documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jan 15, 2024
1 parent 7d1bcaa commit ba05620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/using-lagoon-advanced/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ mutation addContainerRegistryEnv {
}
```

### Global Environment Variables \(Lagoon API\)

Global environment variables are available as both a build-time environment variable so that it may be consumed by builds, and also a runtime variable so that it is available within running containers.

## Environment Files \(existing directly in the Git Repo\)

If you have environment variables that can safely be saved within a Git repository, we suggest adding them directly into the Git repository in an environment file. These variables will also be available within local development environments and are therefore more portable.
Expand Down

0 comments on commit ba05620

Please sign in to comment.