Skip to content

Commit

Permalink
fix fn fdr-re
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomeretta committed Jul 21, 2023
1 parent d3a14e4 commit a24dc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ stages:
condition: in('${{ parameters.ENV }}', 'dev', 'uat')
inputs:
azureSubscription: $(AZURE_SUBSCRIPTION)
appName: "${{variables.APP_NAME}}-fdr-re-to-datastore-fn"
appName: "${{variables.APP_NAME}}-fdr-re-fn"
imageName: "${{variables.dockerNamespace}}/${{ variables.imageRepository }}:latest"
slotName: production
resourceGroupName: $(RESOURCE_GROUP)
Expand All @@ -164,7 +164,7 @@ stages:
condition: eq('${{ parameters.ENV }}', 'prod')
inputs:
azureSubscription: $(AZURE_SUBSCRIPTION)
appName: "${{variables.APP_NAME}}-fdr-re-to-datastore-fn"
appName: "${{variables.APP_NAME}}-fdr-re-fn"
imageName: "${{variables.dockerNamespace}}/${{ variables.imageRepository }}:latest"
deployToSlotOrASE: true
slotName: staging
Expand Down

0 comments on commit a24dc99

Please sign in to comment.