Skip to content

Commit

Permalink
Add docusaurus healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryHue authored and tcvan0707 committed Apr 6, 2022
1 parent ebb95fb commit 9fa248e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/status/src/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ const services = [
staging: stagingUrl('/rss-bridge'),
production: prodUrl('/rss-bridge'),
},
{
name: 'docusaurus',
staging: 'https://dev.telescope.cdot.systems/docs',
production: 'https://telescope.cdot.systems/docs',
},
];

async function checkService(service) {
Expand Down

0 comments on commit 9fa248e

Please sign in to comment.