Block 1 - Remove root node
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow template uses community nodes and is only compatible with the self hosted version of n8n. Export workflows with readable names, tagged for different environments To ensure underst...
n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.executecommand, n8n-nodes-base.readwritefile, n8n-nodes-base.extractfromfile, n8n-nodes-base.converttofile
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Klaasjan te Voortwis.
Original n8n.io sourceThis n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n.
To ensure understandable workflow exports, ease of use in delivery pipelines, and a better developer experience, this workflow helps with exporting workflows.
dev and prod folders for easy commit and usage in a delivery pipeline.No special setup is required for readable exporting.
Create a workflow and tag it with 'Auto deploy to dev' Run the workflow, this will create the needed folders and workflows with readable names. Commit these in your version control. Have a CICD pipeline build an n8n container —see the attached Dockerfile.
Check our Auto Starter workflow for auto-starting workflows after deployment.
Attached are two nodes with some example configuration on building your own automated n8n deployment.
Set the following environment variables:
STARTUP_WORKFLOWS_LOAD_LOCATION: to specify the folder to import from and distinguish between environments.STARTUP_WORKFLOW_ID: the ID of the workflow to run after starting n8n.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Readable workflow export & deployment pipeline for multi-environment CI/CD |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | DevOps |
| Author | Klaasjan te Voortwis |
| Published | 12 May 2025 |
Use the JSON export at /data/workflows/3994/3994.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n workflow template uses community nodes and is only compatible with the self hosted version of n8n. Export workflows with readable names, tagged for different environments To ensure underst...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.