Skip to content

Commit

Permalink
Shortened sidebar title to Vercel sync env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
D-K-P committed Nov 4, 2024
1 parent aca2f54 commit adf5970
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/guides/examples/vercel-sync-env-vars.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
---
title: "Syncing environment variables from your Vercel projects"
sidebarTitle: "Vercel sync environment variables"
sidebarTitle: "Vercel sync env vars"
description: "This example demonstrates how to sync environment variables from your Vercel project to Trigger.dev."
---

import VercelDocsCards from "/snippets/vercel-docs-cards.mdx";

## Overview

This example shows how to automatically sync environment variables from your Vercel project to Trigger.dev.

## Build configuration

To sync environment variables, you just need to add our build extension to your `trigger.config.ts` file. This extension will then automatically run every time you deploy your Trigger.dev project.
Expand Down

0 comments on commit adf5970

Please sign in to comment.