Sedarged Tiktok AI Agent Deploy Check

Deploy Check

tomevault-io Updated

File contents

Deploy Check

Run a pre-deploy checklist and outline a simple rollback plan.

Input

  • Target (e.g. "Railway", "staging") or branch. Descriptive only; no secrets.

Steps

  1. Buildnpm run build. Ensure it succeeds.
  2. Migrationsnpm run db:generate and npm run db:migrate (or db:migrate:dev in dev). Confirm no pending migrations that would break deploy.
  3. Healthcheck – After deploy, GET /api/health should return { status: "ok", database: { ok: true } }.
  4. Rollback plan – Short list: revert to previous deployment, re-run migrations if rolled back schema, restore DATABASE_URL / env if changed. Do not run rollback automatically; only describe steps.

Output

  • List of checks (build, migrations, health) and pass/fail.
  • Brief "Rollback plan" section: what to revert and in what order.

References

  • railway.toml, Procfile – build and start commands
  • README.md – Production notes, env vars

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/sedarged--tiktok-ai-agent--deploy-check commit a88b307edc

Frequently asked questions

npx skillmds@latest add tomevault-io/sedarged-tiktok-ai-agent-deploy-check