Skip to content

Commit 1419894

Browse files
authored
Small updates
1 parent 6f9161f commit 1419894

File tree

1 file changed

+4
-4
lines changed
  • umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd

1 file changed

+4
-4
lines changed

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The reason for this is that the KUDU deploy process fails. This process takes th
1010

1111
To resolve this issue, remove the `RestorePackagesWithLockFile` to allow the deployments to go through as expected.
1212

13-
## cloud-sync
13+
## Cloud Sync
1414

1515
### The projects left-most mainline environment has changed
1616

@@ -76,14 +76,14 @@ Your pipeline should now be functioning as expected.
7676

7777
For GitHub, see the [Skip cloud-sync in GitHub](troubleshooting.md#skip-cloud-sync-in-github) section.
7878

79-
Navigate to your `azure-release-pipeline.yaml` and comment out 35 and 36. More specifically, these two lines:
79+
Navigate to your `azure-release-pipeline.yaml` and comment out these two lines:
80+
8081
```sh
8182
dependsOn: cloudSyncStage
8283
condition: in(dependencies.cloudSyncStage.result, 'Succeeded', 'Skipped')
8384
```
8485

85-
Trigger a code deployment and make sure to uncheck the "Umbraco Cloud Sync" stage as mentioned below.
86-
~~With a few clicks you can manually trigger a pipeline to run without the cloud-sync:~~
86+
Trigger a code deployment and ensure that you uncheck the "Umbraco Cloud Sync" stage as mentioned below.
8787

8888
1. Ensure that your Azure DevOps repository is up to date with any changes in your Umbraco Cloud environment.
8989
2. Find the pipeline in Azure DevOps.

0 commit comments

Comments
 (0)