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/vercel-integration.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,12 @@ The following variables are excluded from the Vercel → Trigger.dev sync:
104
104
105
105
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.
106
106
107
+
<Note>
108
+
Environment variables are pulled from Vercel before each build. To sync updated values into
109
+
Trigger.dev, trigger a new Vercel deployment — either by pushing a commit to your connected branch
110
+
or by redeploying from the Vercel dashboard.
111
+
</Note>
112
+
107
113
<Warning>
108
114
If you are experiencing incorrectly populated environment variables, check that you are not using
109
115
the `syncVercelEnvVars` build extension in your `trigger.config.ts`. This extension is deprecated
0 commit comments