File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
umbraco-cloud/set-up/project-settings/umbraco-cicd Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
2- hidden : true
32description : >-
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.
Original file line number Diff line number Diff line change 11---
2- hidden : true
32description : >-
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.
You can’t perform that action at this time.
0 commit comments