File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed
umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -104,5 +104,5 @@ Details the setup of a CI/CD pipeline using GitHub Actions.
104104
105105These are the guides for the old samples, relevant if you are using version 1 endpoints.
106106
107- * [ Azure DevOps Sample] ( V1 -azure-devops.md)
108- * [ GitHub Actions Sample] ( V1 -github-actions.md)
107+ * [ Azure DevOps Sample] ( v1 -azure-devops.md)
108+ * [ GitHub Actions Sample] ( v1 -github-actions.md)
Original file line number Diff line number Diff line change 11---
22hidden : true
3- description : >-
4- This section provides a step-by-step guide to setting up a CI/CD pipeline in
5- Azure DevOps using the provided sample Bash or Powershell scripts.
63---
74
85# Azure DevOps
Original file line number Diff line number Diff line change 11---
22hidden : true
3- description : >-
4- This section provides a step-by-step guide to setting up a CI/CD pipeline in
5- GitHub Actions using the provided sample Bash or Powershell scripts.
63---
74
85# GitHub Actions
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ Copy the scripts from the sample repository's version 2 folder to the correspond
6565
6666Now you need some important values: Project ID and Target environment alias.
6767
68- - [ How to get the project id] ( ./samplecicdpipeline/ README.md#obtaining-the-project-id-and-api-key )
69- - [ How to get the environment alias] ( ./samplecicdpipeline/ README.md#getting-environment-aliases-to-target )
68+ - [ How to get the project id] ( ./README.md#obtaining-the-project-id-and-api-key )
69+ - [ How to get the environment alias] ( ./README.md#getting-environment-aliases-to-target )
7070
7171Open the ` azure-release-pipeline.yaml ` in your favorite editor.
7272
@@ -113,7 +113,7 @@ Now copy the scripts from the sample repository's V2 folder to the corresponding
113113
114114Now we need one important value: Target environment alias.
115115
116- - [ This section] ( ./samplecicdpipeline/ README.md#getting-environment-aliases-to-target ) explains how to get the environment alias.
116+ - [ This section] ( ./README.md#getting-environment-aliases-to-target ) explains how to get the environment alias.
117117
118118Go to your GitHub repository and enter the ` Settings ` section.
119119
You can’t perform that action at this time.
0 commit comments