Skip to content

Commit

Permalink
Merge pull request #24 from pagopa/PPANTT-15-feat-add-printit-to-sp
Browse files Browse the repository at this point in the history
[PPANTT-15] chore: add printit to status page constants
  • Loading branch information
jacopocarlini authored Jul 29, 2024
2 parents 1b1061b + bee7a30 commit 4d5e160
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lib/constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,33 @@ const projectsVAS = {
"env": "AKS",
"actions": "GHA"
},
{
"name": "Print Notice - Service",
"product": "printpaymentnoticeservice",
"repository": "print-payment-notice-service",
"pipeline":
"https://github.com/pagopa/pagopa-print-payment-notice-service/actions/workflows/release-deploy.yml",
"env": "AKS",
"actions": "GHA"
},
{
"name": "Print Notice - Generator",
"product": "printpaymentnoticegenerator",
"repository": "pagopa-print-payment-notice-functions",
"pipeline":
"https://github.com/pagopa/pagopa-print-payment-notice-generator/actions/workflows/release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
{
"name": "Print Notice - Functions",
"product": "printpaymentnoticefunctions",
"repository": "pagopa-print-payment-notice-functions",
"pipeline":
"https://github.com/pagopa/pagopa-print-payment-notice-functions/actions/workflows/release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
]
};

Expand Down

0 comments on commit 4d5e160

Please sign in to comment.