Skip to content

Commit

Permalink
ci: fix prod parameter file name (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfrk authored Dec 6, 2023
1 parent 1bd4213 commit 6f00605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/pipeline.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ stages:
serviceConnectionName: tapio-prod(SPN)
artifactName: ${{ variables.infrastructureArtifactName }}
resourceGroupName: $(ResourceGroupName)
paramFileName: main.preview.json
paramFileName: main.prod.json
- deployment: app
dependsOn: infrastructure
environment: Docs-prod
Expand Down

0 comments on commit 6f00605

Please sign in to comment.