Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/deploy-environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ We deploy your tasks and scale them up and down when they are triggered. So any
locally.
</Note>

### Secret environment variables

When creating an environment variable, you can mark it as a **Secret**. Secret values are hidden in the dashboard and cannot be viewed after creation.

<Warning>
Marking a variable as a Secret is irreversible and can only be done when creating the variable. To
change this setting, you must delete the variable and create a new one.
</Warning>

### Editing environment variables

You can edit an environment variable's values. You cannot edit the key name, you must delete and create a new one.
Expand Down
6 changes: 6 additions & 0 deletions docs/vercel-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ The following variables are excluded from the Vercel → Trigger.dev sync:

You can control sync behavior per-variable from your project's Vercel settings. Deselecting a variable prevents its value from being updated during future syncs.

<Note>
Environment variables are pulled from Vercel before each build. To sync updated values into
Trigger.dev, trigger a new Vercel deployment — either by pushing a commit to your connected branch
or by redeploying from the Vercel dashboard.
</Note>

<Warning>
If you are experiencing incorrectly populated environment variables, check that you are not using
the `syncVercelEnvVars` build extension in your `trigger.config.ts`. This extension is deprecated
Expand Down
Loading