Deploy Site When New Content Gets Added - n8n Workflow | Neura Market
Deploy Site When New Content Gets Added
This workflow demonstrates how to create a new deployment when new content gets added to the database. This example workflow can be used when building a JAMstack site.

**Webhook node:** This node triggers the workflow when new content gets added. For this example, we have configured the webhook in GraphCMS.
**Netlify node:** This node will start the build process and deploy the website. You will have to select your site from the **Site ID** dropdown list. To identify the deployment, we are passing a title.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Harshil Agrawal
netlify
webhook
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.