- docs
- FlowFuse User Manuals
- Using FlowFuse
- Getting Started
- FlowFuse Concepts
- Changing the Stack
- DevOps Pipelines
- Environment Variables
- FlowFuse File Nodes
- FlowFuse Persistent Context
- FlowFuse Project Nodes
- High Availability mode
- Instance Settings
- Logging
- Shared Team Library
- Snapshots
- Teams
- FlowFuse API
- Migrating a Node-RED project to FlowFuse
- Device Agent
- Device Agent
- Hardware Guides
- FlowFuse Cloud
- FlowFuse Cloud
- FlowFuse Self-Hosted
- Installing FlowFuse
- Overview
- Configuring FlowFuse
- DNS Setup
- Docker install
- Email configuration
- First Run Setup
- FlowFuse File Storage
- Install FlowFuse on Kubernetes
- Local Install
- Upgrading FlowFuse
- Administering FlowFuse
- Administering FlowFuse
- Administrator configuration for SSO
- licensing
- Monitoring
- Telemetry
- User Management
- Support
- Community Support
- Premium Support
- Debugging Node-RED issues
- Contributing
- Contributing to FlowFuse
# DevOps Pipelines
Navigation: Team > Application > DevOps Pipelines

In FlowFuse it is possible to configure a DevOps pipeline for your Node-RED instances. DevOps Pipelines allow you to easily deploy from one instance to another, most commonly used for having an unstable/experimental "Development" instance, and a more stable "Production" instance.
The pipeline then allows you to move your full flow and configuration along from "Development" to "Production" once it's ready.
You can configure this in FlowFuse from the Application screen. Note you will need to have created any Instances you wish to include in the Pipeline before being able to add them to a Pipeline.
# Creating a Pipeline
- Select the Application you want to configure a Pipeline for.
- Ensure an instance is created for each stage you plan to create, e.g. development, QA, and production.
- For the instance you want to duplicate go to the Settings tab
- Click Duplicate Instance and provide the necessairy details
- Select the "DevOps Pipelines" tab
- Select "Add Pipeline"
- Name your pipeline appropriately (this can be changed later)
- Select "Add Stage"
- Define your Stage's name and the Instance associated to this Stage.
- Click "Add Stage"
- Repeat 5. - 7. for as many stages as you need.
Note: You cannot currently insert a Stage into the middle of a Pipeline, only at the end.
# Running a Pipeline Stage

Each stage currently is deployed manually. To do so, click the "play" icon on the source stage. In the example above, it will push from the "Development" stage to the "Production" stage.
Environment Variables - When pushing to a next stage, only your environment variable keys will be copied over. Values must be set on the next Stage's Instance explicitly.
Instance Settings - None of your Instance Settings will be copied over (e.g. Editor, Palette or Security Settings).
This ensures a split between your staging environments.