Skip to content

Commit 0387b26

Browse files
committed
mention apply patch pwsh/sh script in samples
1 parent 849aeff commit 0387b26

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ During the guides, you will have the option to choose between Powershell or Bash
7474

7575
### Azure DevOps sample
7676

77-
Details the setup of a CI/CD pipeline using Azure DevOps.
77+
Details the setup of a CI/CD pipeline using Azure DevOps with the v1 cloud api endpoints.
7878

7979
* [Azure DevOps Sample](v1-azure-devops.md)
8080

8181
### GitHub Actions sample
8282

83-
Details the setup of a CI/CD pipeline using GitHub Actions.
83+
Details the setup of a CI/CD pipeline using GitHub Actions with the v1 cloud api endpoints.
8484

8585
* [GitHub Actions Sample](v1-github-actions.md)

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/v1-azure-devops.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
7777
* From the `powershell` folder
7878
* `Get-LatestDeployment.ps1`
7979
* `Get-ChangesById.ps1`
80+
* `Apply-Patch.ps1`
8081
* `New-Deployment.ps1`
8182
* `Add-DeploymentPackage.ps1`
8283
* `Start-Deployment.ps1`
@@ -108,6 +109,7 @@ For a pipeline that uses Bash scripts you will need the following files:
108109
* From the `bash` folder
109110
* `get_latest_deployment.sh`
110111
* `get_changes_by_id.sh`
112+
* `apply-patch.sh`
111113
* `create_deployment.sh`
112114
* `upload_package.sh`
113115
* `start_deployment.sh`

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/v1-github-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
127127
* From the `powershell` folder
128128
* `Get-LatestDeployment.ps1`
129129
* `Get-ChangesById.ps1`
130+
* `Apply-Patch.ps1`
130131
* `New-Deployment.ps1`
131132
* `Add-DeploymentPackage.ps1`
132133
* `Start-Deployment.ps1`
@@ -160,6 +161,7 @@ For a pipeline that uses Bash scripts you will need the following files:
160161
* From the `bash` folder
161162
* `get_latest_deployment.sh`
162163
* `get_changes_by_id.sh`
164+
* `apply-patch.sh`
163165
* `create_deployment.sh`
164166
* `upload_package.sh`
165167
* `start_deployment.sh`

0 commit comments

Comments
 (0)