Skip to content

Commit

Permalink
Merge pull request #27 from pagopa/PPANTT-171-feat-add-ingestion-gpd-…
Browse files Browse the repository at this point in the history
…to-page

[PPANTT-171] chore: add ingestion gpd to status page constants
  • Loading branch information
jacopocarlini authored Nov 15, 2024
2 parents 23ecfc0 + 72e4c35 commit ee314f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,15 @@ const Map<String, List<Map<String, String>>> projectsCore = {
"env": "AZ",
"actions": "AZDO"
},
{
"name": "GPD - Ingestion Manager",
"product": "gpdingestionmanager",
"repository": "pagopa-gpd-ingestion-manager",
"pipeline":
"https://github.com/pagopa/pagopa-gpd-ingestion-manager/actions/workflows/release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
],
"Mocker": [
{
Expand Down

0 comments on commit ee314f4

Please sign in to comment.