We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a2668 commit 58e14caCopy full SHA for 58e14ca
1 file changed
other/litefs.yml
@@ -29,7 +29,7 @@ lease:
29
key: 'epic-stack-litefs/${FLY_APP_NAME}'
30
31
exec:
32
- - cmd: bunx prisma@7 migrate deploy
+ - cmd: /myapp/node_modules/.bin/prisma migrate deploy
33
if-candidate: true
34
35
# Set the journal mode for the database to WAL. This reduces concurrency deadlock issues
0 commit comments