From de6365ec7bb971ef13c6e6f89a7743b14b3f0ab1 Mon Sep 17 00:00:00 2001 From: Alexandre Sollier Date: Tue, 17 Sep 2024 16:58:36 +0200 Subject: [PATCH] feat: add Discord redirects --- .upptimerc.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.upptimerc.yml b/.upptimerc.yml index 992b117c9..2d3c3966d 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -12,6 +12,14 @@ sites: url: https://blog.kuzzle.io - name: Kuzzle Docs url: https://docs.kuzzle.io + - name: "Discord #1" + url: https://discord-redirect.app.kuzzle.io + expectedStatusCodes: + - 302 + - name: "Discord #2" + url: https://join.discord.kuzzle.io + expectedStatusCodes: + - 302 - name: PaaS Console (API) url: $SITE_URL_PAAS_CONSOLE_API - name: PaaS Console (Web)