Skip to content

Commit

Permalink
Changed deploy template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Sep 2, 2024
1 parent 9d5fdd1 commit a202022
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clientSecret": "",
"serviceBus": ""
},
"department_filter": "PRD",
"departmentFilter": "PRD",
"endpoints": {
"lineorg": "https://fusion-s-lineorg-ci.azurewebsites.net",
"org": "https://fusion-s-org-ci.azurewebsites.net",
Expand Down Expand Up @@ -172,7 +172,7 @@
},
{
"name": "department_filter",
"value": "[parameters('settings').department_filter]"
"value": "[parameters('settings').departmentFilter]"
}
]
}
Expand Down

0 comments on commit a202022

Please sign in to comment.