Skip to content

Commit c3f74bb

Browse files
committed
add placeholder migration article
1 parent 7b5142d commit c3f74bb

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Migrate from V1 to V2
2+
3+
todo todo todo
4+
5+
## What has changed?
6+
We wanted to improve on the original flow based on all the feedback received from users of the feature.
7+
Here are some of the highlights:
8+
- New endpoints
9+
- Target environment must be supplied on get-diff and deploy steps
10+
- More options when deploying
11+
- Rewritten scripts to target new endpoints
12+
13+
## Move directly from V1 to V2 scripts
14+
This assumes you have only changes the parameters mentioned in the original guide
15+
16+
# azdevops
17+
18+
19+
# github

umbraco-cloud/set-up/project-settings/umbraco-cicd/UmbracoCloudApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These are the most important differences between the V1 and V2 endpoints:
1111
- More options are available when deploying.
1212
- Simplified api call flow: Uploading an artifact is decoupled from the actual deployment.
1313

14-
[Do you want to migrate from V1 to V2 endpoints?](#todo)
14+
[Do you want to migrate from V1 to V2 endpoints?](./Migrate.md)
1515

1616
## Getting started
1717

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/V1-azure-devops.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
hidden: true
32
description: >-
43
This section provides a step-by-step guide to setting up a CI/CD pipeline in
54
Azure DevOps using the provided sample Bash or Powershell scripts.

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/V1-github-actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
hidden: true
32
description: >-
43
This section provides a step-by-step guide to setting up a CI/CD pipeline in
54
GitHub Actions using the provided sample Bash or Powershell scripts.

0 commit comments

Comments
 (0)