Skip to content

Commit 329e285

Browse files
committed
Updates to troubleshooting page on ci/cd
1 parent 118df9e commit 329e285

File tree

1 file changed

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

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +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-
With a few clicks you can manually trigger a pipeline to run without the cloud-sync:
79+
Navigate to your azure-release-pipeline.yaml and comment out 35 and 36. More specifically these two lines:
80+
```sh
81+
dependsOn: cloudSyncStage
82+
condition: in(dependencies.cloudSyncStage.result, 'Succeeded', 'Skipped')
83+
```
84+
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:~~
8087

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

0 commit comments

Comments
 (0)