Skip to content

Commit e6e3dc3

Browse files
committed
ci: Temporarily switch to drizzle push instead of migrate
1 parent 1c6d024 commit e6e3dc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "Execute migrations and seed the static data"
3838
run: |
3939
npm ci
40-
npm run db:migrate:ci
40+
npm run db:migrate
4141
npm run db:seed
4242
env:
4343
DB_URL: ${{ secrets.DB_URL }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dev": "wrangler dev --env staging",
1717
"db:generate": "drizzle-kit generate",
1818
"db:migrate": "drizzle-kit push",
19-
"db:migrate:ci": "drizzle-kit migrate --force",
19+
"db:migrate:ci": "drizzle-kit migrate",
2020
"db:seed": "tsx src/database/scripts/seed.ts",
2121
"format": "prettier --write '**/*.{js,ts,cjs,mjs,json}'",
2222
"lint": "eslint . --config .github/linters/eslint.config.mjs",

0 commit comments

Comments
 (0)