Skip to content

Commit 7e7c02b

Browse files
committed
Added links in the config + deploy files
1 parent e74e16a commit 7e7c02b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/config/config-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ These environment variables are only used during the build process and are not e
471471

472472
#### syncEnvVars
473473

474-
The `syncEnvVars` build extension replaces the deprecated `resolveEnvVars` export. Check out our [syncEnvVars documentation](/deploy-environment-variables#sync-env-vars-from-another-service) for more information.
474+
The `syncEnvVars` build extension replaces the deprecated `resolveEnvVars` export. Check out our [syncEnvVars documentation](/deploy-environment-variables#sync-env-vars-from-another-service) for more information and example usage (including syncing environment variables from Infisical and Vercel).
475475

476476
#### audioWaveform
477477

docs/deploy-environment-variables.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ export default defineConfig({
123123
});
124124
```
125125

126+
#### Syncing environment variables from Vercel
127+
128+
Check out our [syncing environment variables from Vercel example](/guides/examples/vercel-sync-env-vars) to see how to automatically sync environment variables from your Vercel projects to Trigger.dev.
129+
126130
#### Deploy
127131

128132
When you run the [CLI deploy command](/cli-deploy) directly or using [GitHub Actions](/github-actions) it will sync the environment variables from [Infisical](https://infisical.com) to Trigger.dev. This means they'll appear on the Environment Variables page so you can confirm that it's worked.

0 commit comments

Comments
 (0)