Skip to content

Commit bc6490f

Browse files
authored
ci: disable vercel redeploys (coder#376)
1 parent 482ed84 commit bc6490f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/check.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ else
196196

197197
# If a module is down, force a reployment to try getting things back online
198198
# ASAP
199-
force_redeploy_registry
199+
# EDIT: registry.coder.com is no longer hosted on vercel
200+
#force_redeploy_registry
200201
fi
201202

202203
exit "${status}"

0 commit comments

Comments
 (0)