Skip to content

Commit

Permalink
Added deploy-summary-container-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Sep 5, 2024
1 parent 5881a81 commit 3cad133
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pipelines/templates/deploy-summary-container-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
parameters:
azureSubscription: 'PROJECT_PORTAL (63b791ae-b2bc-41a1-ac66-806c4e69bffe)'
environment: ''
clientId: ''
imageName: ''
fusionEnvironment: 'fprd'
templateFile: $(Build.SourcesDirectory)src/Fusion.Summary.Api/Deployment/webapp.template.json

steps:
- checkout: self
- task: AzurePowerShell@5
displayName: 'Deploy ARM template'
inputs:
azureSubscription: ${{ parameters.azureSubscription }}
ScriptType: FilePath
FailOnStandardError: true
azurePowerShellVersion: 'LatestVersion'
ScriptPath: src/Fusion.Summary.Api/Deployment/deploy-webapp.ps1
ScriptArguments: >
-environment ${{ parameters.environment }}
-clientId ${{ parameters.clientId }}
-fusionEnvironment ${{ parameters.fusionEnvironment }}
-imageName ${{ parameters.imageName }}

0 comments on commit 3cad133

Please sign in to comment.