diff --git a/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md b/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md index 379339b0c0e..dc5f5e92e10 100644 --- a/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md +++ b/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md @@ -100,7 +100,7 @@ For a pipeline that uses Powershell scripts you will need the following files: * Both files should be in the root of your repository * In the bottom of the `.gitignore` file add the line `**/git-patch.diff` * Also in the root, create a folder called `devops` -* Copy the 3 YAML files from the `powershell/azuredevops` folder into the `devops` folder +* Copy the 4 YAML files from the `powershell/azuredevops` folder into the `devops` folder * Inside `devops` create an additional folder called `powershell` * Copy the Powershell scripts from the `powershell` folder to the `powershell` folder * **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: * Both files should be in the root of your repository * In the bottom of the `.gitignore` file add the line `**/git-patch.diff` * Also in the root, create a folder called `devops` -* Copy the 3 YAML files from the `bash/azuredevops` folder into the `devops` folder +* Copy the 4 YAML files from the `bash/azuredevops` folder into the `devops` folder * Inside `devops` create an additional folder called `scripts` * Copy the Bash scripts from the `bash` folder to the `scripts` folder * **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.` diff --git a/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/github-actions.md b/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/github-actions.md index 1764626b73a..fd03ef868f5 100644 --- a/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/github-actions.md +++ b/umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/github-actions.md @@ -169,7 +169,7 @@ For a pipeline that uses Powershell scripts you will need the following files: * Inside `.github` create two additional folders * `workflows` * `powershell` -* Copy the 3 YAML files from the `github` folder into the `workflows` folder +* Copy the 4 YAML files from the `github` folder into the `workflows` folder * Copy the Powershell scripts from the `powershell` folder to the `powershell` folder * **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.` * 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: * Inside `.github` create two additional folders * `workflows` * `scripts` -* Copy the 3 YAML files from the `github` folder into the `workflows` folder +* Copy the 4 YAML files from the `github` folder into the `workflows` folder * Copy the Bash scripts from the `bash` folder to the `scripts` folder * **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.` * Commit the all changes, and push to GitHub