Skip to content

Commit

Permalink
Merge pull request #4 from pagopa/fix-deploy
Browse files Browse the repository at this point in the history
fix: deploy [PAGOPA-701]
  • Loading branch information
cap-ang authored Apr 27, 2023
2 parents a815597 + 2492736 commit 3af1b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ stages:
condition: eq('${{ parameters.ENV }}', 'prod')
inputs:
azureSubscription: $(AZURE_SUBSCRIPTION)
appName: "${{variables.APP_NAME}}-fn-${{replace(variables.imageRepository, 'reporting', 'gpd')}}"
appName: "${{variables.APP_NAME}}-fn-gpd-analysis"
imageName: "${{variables.dockerNamespace}}/${{ variables.imageRepository }}:latest"
deployToSlotOrASE: true
slotName: staging
Expand Down

0 comments on commit 3af1b02

Please sign in to comment.