Skip to content

Commit 58e14ca

Browse files
authored
Use local Prisma CLI for litefs migrations (#87)
1 parent 50a2668 commit 58e14ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/litefs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lease:
2929
key: 'epic-stack-litefs/${FLY_APP_NAME}'
3030

3131
exec:
32-
- cmd: bunx prisma@7 migrate deploy
32+
- cmd: /myapp/node_modules/.bin/prisma migrate deploy
3333
if-candidate: true
3434

3535
# Set the journal mode for the database to WAL. This reduces concurrency deadlock issues

0 commit comments

Comments
 (0)