Skip to content

Commit

Permalink
Merge pull request #88 from kevball2/feat-update-bicep-ado-pipeline
Browse files Browse the repository at this point in the history
Update bicep-ado-deploy-infra.yml
  • Loading branch information
cindyweng committed Oct 19, 2022
2 parents 78079da + f3106ad commit 9cf02e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/bicep/pipelines/bicep-ado-deploy-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stages :
steps:
- checkout: self
- task: AzureCLI@2
displayName: Running Dev Deployment
displayName: Running ${{ variables.environment }} Deployment
inputs:
azureSubscription: $(ado_service_connection_rg)
scriptType: bash
Expand All @@ -73,4 +73,4 @@ stages :
--name $(Build.DefinitionName) \
--location $(location) \
--template-file ./infrastructure/main.bicep \
--parameters location=$(location) prefix=$(namespace) postfix=$(postfix) env=$(environment)
--parameters location=$(location) prefix=$(namespace) postfix=$(postfix) env=$(environment)

0 comments on commit 9cf02e5

Please sign in to comment.