Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update azure-devops.md #6781

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@

{% hint style="info" %}
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`.
{% endhint %}
{% endhint %}

{% hint style="info" %}
Check the references to the variables in the yaml files match the variable syntaxes in the created variable. e.g. umbracoCloudApiKey = UMBRACOCLOUDAPIKEY

Check warning on line 171 in umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Terms] We prefer 'for example' over 'e.g..' Raw Output: {"message": "[UmbracoDocs.Terms] We prefer 'for example' over 'e.g..'", "location": {"path": "umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/azure-devops.md", "range": {"start": {"line": 171, "column": 110}}}, "severity": "WARNING"}
{% endhint %}

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.

Expand Down
Loading