BlogsVercelDeploy Hooks

Deploy Hooks

Deploy Hooks

1
posts
2019

Deploy Hooks allow triggering Vercel deployments via external events, enabling automated rebuilds and deployments based on CMS updates, cron jobs, or other system events. This feature includes debounced builds for reliability, straightforward revoking of hooks, and clear identification of hook-triggered deployments in the event timeline.

2019

Trigger a Vercel deployment from any event using Deploy Hooks

7/30/2019

Introduced Deploy Hooks, a new feature that provides a URL accepting POST requests to trigger Vercel deployments. This enables automated deployments based on any external event, such as CMS content updates. The implementation includes automatically debounced builds to discard duplicate deployments and straightforward revoking of hooks for security. Deployments triggered by hooks are clearly identified in the Vercel dashboard's Events tab.