Skip to content

Commit 3b8b24f

Browse files
committed
fix reviewdog comments
1 parent f1a1b1e commit 3b8b24f

File tree

1 file changed

+3
-3
lines changed
  • umbraco-cloud/set-up/project-settings/umbraco-cicd

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ You keep using the old endpoints and samples, but you will miss out on the enhan
1717
The biggest enhancement is the ability to target different environments. You are now able to target the flexible and the leftmost mainline environment.
1818
We have created new endpoints to accommodate this enhancement, meaning you will have to supply a target environment alias in some requests.
1919

20-
Also the initial flow has been slightly changed. The upload of a deployment package is no longer tied to a "deployment-meta", but rather is a completely separate step. Every uploaded artifact can be queried by the api, similar to querying deployments via the api.
20+
Also the initial flow has been slightly changed. The upload of a deployment package is no longer tied to a "deployment-meta", but is now a separate step. Every uploaded artifact can be queried by the api, similar to querying deployments via the api.
2121

2222
When you request a deployment you now also need to supply an artifactId. Also more options are available when deploying.
2323

2424
To showcase how to use the new V2 endpoints and flow, we have created some updated samples.
2525

2626
# Migrate Azure DevOps
27-
Start by deleting the scripts and yaml files you initially got from the CICD samples:
27+
Start by deleting the scripts and yaml files you initially got from the CI/CD samples:
2828
- Delete the Yaml/yml:
2929
- `azure-release-pipeline.yaml`
3030
- `cloud-sync.yml`
@@ -66,7 +66,7 @@ You need to replace `##Your project Id here##` with the project Id and the value
6666
You can use any of the available aliases, but to get similar functionality as before you should select the environment described as `Leftmost mainline`.
6767

6868
# Migrate GitHub
69-
Start by deleting the scripts and yaml files you initially got from the CICD samples:
69+
Start by deleting the scripts and yaml files you initially got from the CI/CD samples:
7070
- Delete the Yaml:
7171
- `main.yml`
7272
- `cloud-sync.yml`

0 commit comments

Comments
 (0)