Skip to content

Commit e4455b4

Browse files
committed
A couple of language fixes
1 parent 4d82c25 commit e4455b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/advanced-deployment-options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Here you will learn how to use the deployment options available with the v2 endpoints for CI/CD.
44

5-
This provides some control to the CI/CD deployment process within the isolated instance before your code hits the website.
5+
This provides some control to the CI/CD deployment process within the isolated instance before your code is pushed to the cloud environment.
66

77
## Option: skipVersionCheck
88

9-
When deploying, we will do an automatic check for Cloud dependency downgrades. This is to prevent customers from downgrading the packages that may have been autoupgraded in Umbraco Cloud, by accident.
9+
When deploying, we will do an automatic check for Cloud dependency downgrades. This is to prevent customers from downgrading the packages that may have been auto upgraded on Umbraco Cloud, by accident.
1010

1111
Enabling this option will skip that check and let any deployments with downgraded packages through.
1212

@@ -16,9 +16,9 @@ Enabling this option will skip that check and let any deployments with downgrade
1616

1717
The Umbraco CI/CD Flow runs the deployment in an isolated instance before doing the actual deployment to cloud. In the isolated instance we will try to do a `Dotnet restore` and `Dotnet build` of the incoming solution. This is a safeguard to prevent CI/CD isolated instance from sending broken code to the Umbraco Cloud environment.
1818

19-
Enabling this option will skip the `restore` and `build` process in the isolated instance. This can shorten the deployment process with a couple of minutes.
19+
Enabling this option will skip the **restore** and **build** process in the isolated instance. This can shorten the deployment process with a couple of minutes.
2020

21-
Keep in mind that the final KUDU deployment on the actual website still runs it's own **Restore**, **Build** and **Publish**, which cannot be skipped.
21+
Keep in mind that the final KUDU deployment on the actual website still will run **Restore**, **Build** and **Publish**, which cannot be skipped.
2222

2323
## How to enable the options
2424

0 commit comments

Comments
 (0)