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.
Daily GitHub release notification by email
Automating daily notifications of the latest releases from a GitHub repository. This template is ideal for developers...
Backup workflows to git repository on Github
Source code, I maintain this worflow here. Usage Guide This workflow backs up all workflows as JSON files named in t...
Monitor if a page is alive and notify via Twilio SMS if not
Workflow Purpose This workflow periodically checks a service's availability and sends an SMS notification if the serv...
Elastic alert notification via Microsoft Graph API
Who is this template for? This template is for teams and administrators who use n8n to monitor Elastic alerts and wan...
Transfer credentials to other n8n instances using a multi-form
Purpose This workflow allows you to transfer credentials from one n8n instance to another. How it works A multi f...
Import workflows and map their credentials using a multi-form
Purpose This workflow allows you to import any workflow from a file or another n8n instance and map the credentials e...
Create an automated workitem(incident/bug/userstory) in azure devops
Who is this template for? This template can be used by any automator who wants to create a workitem(incident/user sto...
Automate droplet snapshots on DigitalOcean
This workflow automates the management of DigitalOcean Droplet snapshots by listing all droplets, filtering based on...
Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on)
This is an add on for the template [Check if workflows contain build in nodes that are not of the latest version](htt...
Nightly n8n backup to Google Drive
Description This template creates a nightly backup of all n8n workflows and saves them to a Google Drive folder. Each...
Public webhook relay
Disclaimer This template only works on n8n local instances! How it Works This workflow allows you to to receive webho...
Monitor multiple Github repos via webhook
What this workflow does This workflow allows you to monitor multiple Github repos simultaneously without polling due...
Create snapshot of Contabo VPS instances on a daily basis
Workflow: Snapshot Contabo How it Works This workflow automates daily backups (snapshots) of VPS instances hosted on...
Save your workflows into a Gitlab repository
This template is inspired by Save your workflows into a GitHub repository by [hikerspath](https://n8n.io/creators/hik...
Backup tag-selected workflows to Gitlab
Fetches workflow definitions from within n8n, selecting only the ones that have one or more (configurable) assigned t...
Send Slack notifications when a new release is published for public GitHub repos
This workflow checks a configured list of Github repositories daily to see if a new release has been published. How i...
Access execution data from an error workflow
Sometimes you want to take a different action in your error workflow based on the data that was flowing through it. T...
Query n8n credentials with AI SQL agent
This n8n workflow is a fun way to query and search over your credentials on your n8n instance. Good to know Your cred...
Host your own uptime monitoring with scheduled triggers
This n8n workflow demonstrates how to build a simple uptime monitoring service using scheduled triggers. Useful for w...
Attach a default error handler to all active workflows
How it works: Did you ever miss any errors in your workflow executions? I did! And I usually only realised a few days...
Backup your credentials to GitHub
Based on Jonathan's work. Check out his templates. This workflow will backup your credentials to GitHub. It uses a CL...
Check if workflows contain build-in nodes that are not of the latest version
How it works it will return workflows that have buil in nodes not of latest version with information of node name, ty...
Restore backed up workflows from GitHub to n8n
Restore backed up workflows from GitHub to your n8n workspace. This workflow was inspired by this one that lets you b...
Subscribe to new releases of a Github repository via Gmail
This is a very simple workflow that lets you subscribe to any github repository for the latest release (using n8n as...