Skip to content

Commit e680d1b

Browse files
authored
Update azure-devops.md
Had an issue with referencing, umbracoCloudApiKey reference in the yaml files needed to be amended to UMBRACOCLOUDAPIKEY to reference the newly created variable. This was in Azure DevOps pipeline
1 parent dc76f32 commit e680d1b

File tree

1 file changed

+5
-1
lines changed
  • umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,11 @@ It is recommended to handle the `API Key` as a secret. This can be done by ticki
165165

166166
{% hint style="info" %}
167167
You can customize the names for the variables as you like, however you then need to rename the affected variables in `azure-release-pipeline.yaml`.
168-
{% endhint %}
168+
{% endhint %}
169+
170+
{% hint style="info" %}
171+
Check the references to the variables in the yaml files match the variable syntaxes in the created variable. e.g. umbracoCloudApiKey = UMBRACOCLOUDAPIKEY
172+
{% endhint %}
169173

170174
When you click on "Save and Run" your first deployment will be triggered. Which means that Azure DevOps is set up with all the needed information to be able to deploy your Cloud project back to Umbraco Cloud.
171175

0 commit comments

Comments
 (0)