You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,11 @@ It is recommended to handle the `API Key` as a secret. This can be done by ticki
165
165
166
166
{% hint style="info" %}
167
167
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 %}
169
173
170
174
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.
0 commit comments