Deploy Hooks
Trigger a Vercel deployment from any event using Deploy Hooks

Trigger a Vercel deployment from any event using Deploy Hooks

7/30/2019

What this post added

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.

Read the original post ↗