8000 ci: disable vercel redeploys by johnstcn · Pull Request #376 · coder/modules · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
8000

ci: disable vercel redeploys #376

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: disable vercel redeploys
  • Loading branch information
johnstcn committed Dec 20, 2024
commit dbd294ff79b2a76a67a144479603215f6a6b1989
3 changes: 2 additions & 1 deletion .github/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Loading
0