Skip to content

Commit

Permalink
Update pr-preview.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
andr0272 committed Sep 13, 2023
1 parent 5560e11 commit e10bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzurePipelines/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ steps:
-g $(webapp.resourceGroup) \
-n $(webapp.name) \
--slot pr-preview-$(webapp.slotName) \
--identities ID-SCLabs-dev
--identities /subscriptions/19bddd49-8e73-4699-930d-74baa7e5751e/resourcegroups/AlphasiteAppserviceRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID-SCLabs-dev
az webapp config container set \
--docker-custom-image-name alphasitecrdev.azurecr.io/$(azureContainerRegistry.repository):$(azureContainerRegistry.tag) \
--name $(webapp.name) \
Expand Down

0 comments on commit e10bfc2

Please sign in to comment.