Skip to content

Commit 7a231d9

Browse files
committed
Merge branch 'azure-devops-pipelines' of https://github.com/FlowFuse/flowfuse into azure-devops-pipelines
2 parents 4f5af03 + 086664a commit 7a231d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user/devops-pipelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ There are four types of stage to chose from:
6666
1. **[Instance](./concepts.md#hosted-instance)** - a single Node-RED instance.
6767
2. **[Device](./concepts.md#remote-instance)** - a single remote instance.
6868
3. **[Device Group](./concepts.md#device-groups)** - a group of remote instances.
69-
4. **Git Repository** - a remote GitHub repository.
69+
4. **Git Repository** - a remote GitHub/Azure DevOps repository.
7070
- This stage currently only supports:
71-
- Repositories hosted on GitHub.com
71+
- Repositories hosted on GitHub.com or dev.azure.com
7272

7373
### Actions
7474

@@ -103,7 +103,7 @@ When a Device Group stage is triggered, it will push the current active snapshot
103103

104104
#### Git Repository stage
105105

106-
Git Repository stages can be used to push and pull snapshots from a GitHub hosted repository. The stage can be configured with
106+
Git Repository stages can be used to push and pull snapshots from a GitHub or Azure DevOps hosted repository. The stage can be configured with
107107
the branch to push/pull from as well as the filename to use for the snapshot.
108108

109109
If a filename is not configured, it will generate the filename when pushing to the repository based on the name of Instance, Device

0 commit comments

Comments
 (0)