diff --git a/.devops/deploy-pipelines.yml b/.devops/deploy-pipelines.yml index 2aab5e2..58ed916 100644 --- a/.devops/deploy-pipelines.yml +++ b/.devops/deploy-pipelines.yml @@ -52,6 +52,7 @@ variables: kubernetesServiceConnection: '$(PROD_KUBERNETES_SERVICE_CONN)' containerRegistry: '$(PROD_CONTAINER_REGISTRY_NAME)' selfHostedAgentPool: $(PROD_AGENT_POOL) + postmanEnvFile: p4pa_PROD.postman_environment.json #Not used ${{ else }}: environment: 'DEV' @@ -178,4 +179,4 @@ stages: curl -X POST \ -H "Content-type: application/json" \ --data '{"text": "*Attention: There is an error in pipeline $(System.DefinitionName) in step _deploy_!*\nCheck the logs for more details $(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId) to view the build results."}' \ - $(SLACK_WEBHOOK_URL) \ No newline at end of file + $(SLACK_WEBHOOK_URL)