Skip to content

Commit

Permalink
[PPANTT-78] Add payment options to status page
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Sep 11, 2024
1 parent 3ceb5fd commit 95a4106
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,17 @@ const Map<String, List<Map<String, String>>> projectsCore = {
"actions": "GHA"
},
],
"OdP": [
{
"name": "OdP - Payment Options Service",
"product": "paymentoptionsservice",
"repository": "pagopa-payment-options-service",
"pipeline":
"https://github.com/pagopa/pagopa-payment-options-service/actions/workflows/release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
]
};

const projectsNodo5 = {
Expand Down

0 comments on commit 95a4106

Please sign in to comment.