Skip to content

Commit

Permalink
Adjust api and web published file location
Browse files Browse the repository at this point in the history
  • Loading branch information
furqanagwan committed Jan 13, 2025
1 parent 4479a05 commit 075ef29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline-templates/job/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
parameters:
ServiceConnection: ${{ parameters.ServiceConnection }}
AppServiceName: $(APIAppServiceName)
DeploymentPackagePath: $(Pipeline.Workspace)/${{ parameters.SolutionBaseName }}/${{ parameters.SolutionBaseName }}.InternalApi.zip
DeploymentPackagePath: $(Pipeline.Workspace)/SFA.DAS.ApplyService/SFA.DAS.ApplyService.InternalApi.zip
- template: azure-pipelines-templates/deploy/step/app-deploy.yml@das-platform-building-blocks
parameters:
ServiceConnection: ${{ parameters.ServiceConnection }}
AppServiceName: $(UIAppServiceName)
DeploymentPackagePath: $(Pipeline.Workspace)/${{ parameters.SolutionBaseName }}/${{ parameters.SolutionBaseName }}.Web.zip
DeploymentPackagePath: $(Pipeline.Workspace)/SFA.DAS.ApplyService/SFA.DAS.ApplyService.Web.zip

0 comments on commit 075ef29

Please sign in to comment.