fix migration script
All checks were successful
Build and Push Container / Build App (push) Successful in 1m24s
Build and Push Container / Publish App (push) Has been skipped
Build and Push Container / Build App (pull_request) Successful in 1m32s
Build and Push Container / Publish App (pull_request) Has been skipped

This commit is contained in:
2026-01-16 16:11:22 +11:00
parent e15c6af515
commit 03afbd4c2b

View File

@@ -79,7 +79,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Run Migrations
run: pnpm --filter amoc payload migrate
run: pnpm payload migrate
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}