Skip to content

Commit c543f52

Browse files
authored
Merge pull request #7183 from AnnicaF/main
Updating CICD docs
2 parents 09de473 + ebc001d commit c543f52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
100100
* Both files should be in the root of your repository
101101
* In the bottom of the `.gitignore` file add the line `**/git-patch.diff`
102102
* Also in the root, create a folder called `devops`
103-
* Copy the 3 YAML files from the `powershell/azuredevops` folder into the `devops` folder
103+
* Copy the 4 YAML files from the `powershell/azuredevops` folder into the `devops` folder
104104
* Inside `devops` create an additional folder called `powershell`
105105
* Copy the Powershell scripts from the `powershell` folder to the `powershell` folder
106106
* **Note**: If you have not changed the branch to `main`, then in the `azure-release-pipeline.yaml` file change the branch from `main`to `master.`
@@ -132,7 +132,7 @@ For a pipeline that uses Bash scripts you will need the following files:
132132
* Both files should be in the root of your repository
133133
* In the bottom of the `.gitignore` file add the line `**/git-patch.diff`
134134
* Also in the root, create a folder called `devops`
135-
* Copy the 3 YAML files from the `bash/azuredevops` folder into the `devops` folder
135+
* Copy the 4 YAML files from the `bash/azuredevops` folder into the `devops` folder
136136
* Inside `devops` create an additional folder called `scripts`
137137
* Copy the Bash scripts from the `bash` folder to the `scripts` folder
138138
* **Note**: If you have not changed the branch to `main`, then in the `azure-release-pipeline.yaml` file change the branch from `main`to `master.`

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
169169
* Inside `.github` create two additional folders
170170
* `workflows`
171171
* `powershell`
172-
* Copy the 3 YAML files from the `github` folder into the `workflows` folder
172+
* Copy the 4 YAML files from the `github` folder into the `workflows` folder
173173
* Copy the Powershell scripts from the `powershell` folder to the `powershell` folder
174174
* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
175175
* Commit the all changes, and push to GitHub
@@ -203,7 +203,7 @@ For a pipeline that uses Bash scripts you will need the following files:
203203
* Inside `.github` create two additional folders
204204
* `workflows`
205205
* `scripts`
206-
* Copy the 3 YAML files from the `github` folder into the `workflows` folder
206+
* Copy the 4 YAML files from the `github` folder into the `workflows` folder
207207
* Copy the Bash scripts from the `bash` folder to the `scripts` folder
208208
* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
209209
* Commit the all changes, and push to GitHub

0 commit comments

Comments
 (0)