DevOps Workflows
Automation workflows for DevOps and infrastructure management
What are DevOps n8n workflows?
DevOps n8n workflows are reusable automation templates for devops use cases. This category includes workflows that connect apps, transform data, trigger notifications, sync records, and reduce repetitive manual work. Each listing includes workflow metadata, author attribution, complexity level, relevant categories, source links when available, and a downloadable JSON file for inspection before import. Use this page to compare templates, identify the tools involved, and choose a workflow that fits your workspace before testing it safely in n8n.
Send notification when deployment fails
This workflow sends a message on Slack when site deployment fails. Netlify Trigger node: This node triggers the workf...
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 w...
Use Redis to rate-limit your low-code API
This workflow demonstrates how to can use Redis to implement rate limits to your API. The workflow uses the incoming...
Backup workflows to GitHub
Note: This workflow uses the internal API which is not official. This workflow might break in the future. The workflo...
Backup n8n workflows to Google Drive
Temporary solution using the undocumented REST API for backups using Google drive. Please note that there are issues...
Release a new version via Telegram bot command
This workflow allows you to release a new version via a Telegram bot command. This workflow can be used in your Conti...
Trigger a build in Travis CI when code changes are push to a GitHub repo
This workflow allows you to trigger a build in Travis CI when code changes are pushed to a GitHub repo or a pull requ...
Database alerts with Notion and SIGNL4
Objective In industry and production sometimes machine data is available in databases. That might be sensor data like...
Manage changes using the Git node
This workflow allows you to add, commit, and push changes to a git repository. Git node: This node will add the file...
Create, update, and get a monitor using UptimeRobot
This workflow allows you to create, update, and get a monitor using the UptimeRobot node. UptimeRobot node: This node...
Send a message on Mattermost when a workflow is updated
This workflow allows you to send a message on Mattermost when a workflow is updated. Workflow Trigger node: The Workf...
Send message on Mattermost when your n8n instance starts
This workflow allows you to receive a message on Mattermost when your n8n instance starts. n8n Trigger node: The n8n...
Git backup of workflows and credentials
This creates a git backup of the workflows and credentials. It uses the n8n export command with git diff, so you can...
Monitor a file for changes and send an alert
This flow monitors a file for changes of its content. If changed, an alert is sent out and you receive it as push, SM...
Execute multiple command lines based on text file inputs
This workflow takes a text file as input. It pulls the information from the text file and used it as a parameter to e...
Get DNS entries of any domain with uProc
Do you want to control the DNS domain entries of your customers or servers? This workflow gets DNS information of any...
n8n workflow backup management with Dropbox and Airtable
This workflow can be used to save all of your workflows in: 1. a raw state (as a json file in Dropbox) 2. an Airtable...
Save your workflows into a GitHub repository
Basics Provides a mechanism to save all your workflows into a github repository and path (of your choosing). These ca...
Receive messages from a topic via Kafka and send an SMS

Auto-notify on new major n8n releases via RSS, email & telegram
This n8n workflow template checks for new major releases (tagged with ) of the n8n project using its official GitHub...
Execute a command that gives the hard disk memory used on the host machine

Purge n8n execution history located in Mysql
This workflow is useful if you have lots of tasks running daily. MySQL node (or the database used to save data shown...
Send email via Gmail on workflow error
Send an email via Gmail when a workflow error occurs. The email subject line will contain the workflow name; the mess...
Send an SMS when a workflow fails
