Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. 馃珫 Status page with uptime monitoring & API monitoring as code 馃珫 openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
197 B 路 9 lines
Shell
12345678910#!/bin/shset -e
echo "Running database migrations..."cd /app/packages/db && deno run -A src/migrate.mts
echo "Starting workflows service..."cd /app/apps/workflowsexec /app/apps/workflows/app