From dbd294ff79b2a76a67a144479603215f6a6b1989 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 20 Dec 2024 19:23:25 +0000 Subject: [PATCH] ci: disable vercel redeploys --- .github/scripts/check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/check.sh b/.github/scripts/check.sh index 01bf3e4..49c817a 100755 --- a/.github/scripts/check.sh +++ b/.github/scripts/check.sh @@ -196,7 +196,8 @@ else # If a module is down, force a reployment to try getting things back online # ASAP - force_redeploy_registry + # EDIT: registry.coder.com is no longer hosted on vercel + #force_redeploy_registry fi exit "${status}"