Skip to content

Commit

Permalink
Fix the PCS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
premun authored Oct 21, 2024
1 parent bfb0530 commit 63017fd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions azure-pipelines-product-construction-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,17 @@ stages:
scriptLocation: inlineScript
inlineScript: >
$(Pipeline.Workspace)/ProductConstructionService.Cli/ProductConstructionService.Cli.exe
deploy
--subscriptionId $(subscriptionId)
--resourceGroupName $(resourceGroupName)
--containerRegistryName $(containerRegistryName)
--containerAppName $(containerappName)
--workspaceName $(containerappWorkspaceName)
--containerJobNames $(containerjobNames)
--newImageTag $(newDockerImageTag)
--imageName $(containerName)
--azCliPath "$(azCliPath)"
--redisConnectionString $(redisConnectionString)
deploy
--subscriptionId $(subscriptionId)
--resourceGroupName $(resourceGroupName)
--containerRegistryName $(containerRegistryName)
--containerAppName $(containerappName)
--workspaceName $(containerappWorkspaceName)
--containerJobNames $(containerjobNames)
--newImageTag $(newDockerImageTag)
--imageName $(containerName)
--azCliPath "$(azCliPath)"
--redisConnectionString $(redisConnectionString)
displayName: Deploy container app

- task: AzureCLI@2
Expand Down

0 comments on commit 63017fd

Please sign in to comment.