Skip to content
Dashboard

Trigger new deployments using any external event.

An illustration of a Vercel Deploy Hook set on Contentful. The Deploy Hook ensures a build and deployment each time content is updated.
An illustration of a Vercel Deploy Hook set on Contentful. The Deploy Hook ensures a build and deployment each time content is updated.

Copy link to headingWhat is a Deploy Hook?

Copy link to headingStatic Example: Gatsby + Contentful

gatsby new contentful-starter https://github.com/contentful-userland/gatsby-contentful-starter

The boilerplate is a beautiful and fast blog demo powered by Gatsby and Contentful.

`npm run setup` takes care of setting up the environment variables that Gatsby needs from Contentful.
`npm run setup` takes care of setting up the environment variables that Gatsby needs from Contentful.
Once the webhook is created, our setup is complete.
Once the webhook is created, our setup is complete.

Copy link to headingTrying it Out!

Gatsby + Contentful + Vercel Deploy Hooks in action

Copy link to headingReliability and Robustness

The Events timeline clearly showcases all the deployments, including their sources.
The Events timeline clearly showcases all the deployments, including their sources.

Copy link to headingConclusion

Ready to deploy?