Deployments Using Vercel Deploy Hooks and Strapi Webhooks

Have you ever wondered how to automate the deployment of your frontend projects, such as Next.js or Astro, whenever changes are made based on an external event, such as content changes in your backend or Headless CMS, without directly touching your code?


This is a companion discussion topic for the original entry at https://strapi.io/blog/trigger-deployments-using-vercel-deploy-hook-and-strapi-webhook
1 Like

Is it possible to do it in a stand-alone (free) Strapi project?

Do you mean not deploying your frontend to Vercel? If I am understanding correctly, you can set up a webhook using any services, and trigger from your Strapi project.

I mean, not using Strapi Cloud.

This feature is available in Strapi in self, regardless if you use Strapi Cloud our self host the project.

So, we can skip step 2 if we are not using Strapi Cloud, right?

Yes thats correct :slight_smile:

1 Like