Skip to content

Commit 11ccbca

Browse files
just-be-devclaude
andcommitted
chore(micro): add deploy:micro task for remote D1 migrations
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1413f5d commit 11ccbca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mise.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,7 @@ description = "Generate drizzle migrations for micro blog"
103103
dir = "packages/micro"
104104
run = "bun run db:migrate"
105105
description = "Apply drizzle migrations for micro blog"
106+
107+
[tasks."deploy:micro"]
108+
run = "wrangler d1 migrations apply micro-blog --remote"
109+
description = "Apply D1 migrations to remote micro-blog database"

0 commit comments

Comments
 (0)