Skip to content

Commit de8e5a4

Browse files
authored
Add Find MoJ data runbooks
1 parent 72447ea commit de8e5a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Rakefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ namespace :notify do
1515
"https://runbooks.operations-engineering.service.justice.gov.uk/api/pages.json",
1616
"https://user-guide.operations-engineering.service.justice.gov.uk/api/pages.json",
1717
"https://docs.opg.service.justice.gov.uk/api/pages.json",
18-
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json"
18+
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json",
19+
"https://runbooks.find-moj-data.service.justice.gov.uk/api/pages.json"
1920
]
2021

2122
limits = {
2223
"https://ministryofjustice.github.io/nvvs-devops/api/pages.json" => 5,
2324
"https://docs.analytical-platform.service.justice.gov.uk/api/pages.json" => 5,
2425
"https://user-guide.modernisation-platform.service.justice.gov.uk/api/pages.json" => 5,
2526
"https://docs.opg.service.justice.gov.uk/api/pages.json" => 5,
26-
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" => 5
27+
"https://user-guide.find-moj-data.service.justice.gov.uk/api/pages.json" => 5,
28+
"https://runbooks.find-moj-data.service.justice.gov.uk/api/pages.json" => 5
2729
}
2830

2931
live = ENV.fetch("REALLY_POST_TO_SLACK", 0) == "1"

0 commit comments

Comments
 (0)