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
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user