Skip to content

Commit

Permalink
fix: postman-environment@prod (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo authored Nov 28, 2024
1 parent 5f8016c commit 5472eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)
$(SLACK_WEBHOOK_URL)

0 comments on commit 5472eff

Please sign in to comment.