Skip to content

Commit

Permalink
Merge pull request #17 from quant-aq/dmcc/env-var-docs
Browse files Browse the repository at this point in the history
Add docs for --extra-env-var
  • Loading branch information
dmcc authored Jul 19, 2024
2 parents 3694a03 + 7f39480 commit 1284f1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ adjust:
- **Extra Debian packages:** (outside of those included by Aeromancy), you may
want to bake them into the `pdm go` script with `--extra-debian-package='...'`
(specify the flag once per package name).
- **Extra environment variables:** If your code needs information in environment
variables (e.g., API keys and other credentials), you can pass tell Aeromancy
to pass these through to container with `--extra-env-var` (specify the flag
once per variable). Use these sparingly, as they could make steps using these
variables harder to reproduce and are **not** tracked by Aeromancy.

## Filesystem layout

Expand Down

0 comments on commit 1284f1e

Please sign in to comment.