Azure DevOps - Sitecore/MVP-Site GitHub Wiki
You can see a see the CI/CD pipeline we used to deploy this solution here.
There are a series of DevOps variables used, here is an overview of their purpose.
Variable Name | Notes |
---|---|
AZURE_CONTAINER_REGISTRY | JSON object containing connection details for ACR instance built images are pushed to |
AZURE_SUBSCRIPTION | Azure Subscription details |
DOCKER_COMPOSE_ARGS | Variable used to override ENV vars being used to build & push docker images, in our case we just use this to populate the MVP_DOCKER_REGISTRY environment variable. |
SITECORE_PUBLIC_NUGET_FEED | URL for Sitecore's public Nuget feed |