chore: add updates to force redeployment on Vercel (#348)
## Changes made - Updated `check.sh` script to add support for automatic re-deploying in the event that the the registry has a partial/full outage. --------- Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
3
.github/workflows/check.yaml
vendored
3
.github/workflows/check.yaml
vendored
@@ -2,7 +2,7 @@ name: Health
|
||||
# Check modules health on registry.coder.com
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/13 * * * *" # Runs every 13th minute
|
||||
- cron: "0,15,30,45 * * * *" # Runs every 15 minutes
|
||||
workflow_dispatch: # Allows manual triggering of the workflow if needed
|
||||
|
||||
jobs:
|
||||
@@ -20,3 +20,4 @@ jobs:
|
||||
INSTATUS_API_KEY: ${{ secrets.INSTATUS_API_KEY }}
|
||||
INSTATUS_PAGE_ID: ${{ secrets.INSTATUS_PAGE_ID }}
|
||||
INSTATUS_COMPONENT_ID: ${{ secrets.INSTATUS_COMPONENT_ID }}
|
||||
VERCEL_API_KEY: ${{ secrets.VERCEL_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user