Skip to content

Commit

Permalink
feat(constant.dart): Update authorizer config (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang authored May 25, 2024
1 parent 2b6356f commit 80dbad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const Map<String, List<Map<String, String>>> projectsCore = {
"product": "authorizer",
"repository": "pagopa-platform-authorizer",
"pipeline":
"https://dev.azure.com/pagopaspa/pagoPA-projects/_build?definitionId=1299",
"env": "AZ",
"actions": "AZDO"
"https://github.com/pagopa/pagopa-platform-authorizer/actions/workflows/release_deploy_aks.yml",
"env": "AKS",
"actions": "GHA"
},
{
"name": "Authorizer Configurator",
Expand Down

0 comments on commit 80dbad2

Please sign in to comment.