Skip to content

Commit

Permalink
Merge pull request #26 from pagopa/PPANTT-78-add-payment-options-to-s…
Browse files Browse the repository at this point in the history
…tatus-page

[PPANTT-78] chore: Add payment options to status page
  • Loading branch information
gioelemella authored Sep 18, 2024
2 parents 3ceb5fd + 95a4106 commit cfbc03a
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 cfbc03a

Please sign in to comment.