We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e803455 commit a9f81e6Copy full SHA for a9f81e6
webserver/fly-release-command.mjs
@@ -21,4 +21,4 @@ if (process.env.FLY_APP_NAME === 'vlach-cookbook-staging') {
21
22
process.env.DATABASE_URL = process.env.ADMIN_DATABASE_URL;
23
console.log(execSync('prisma migrate deploy', { encoding: 'utf-8' }));
24
-console.log(execSync('prisma/migrations/20240916002444_cooking_history/migrate-history-categories.mjs'), {encoding: 'utf-8'});
+console.log(execSync('node prisma/migrations/20240916002444_cooking_history/migrate-history-categories.mjs'), {encoding: 'utf-8'});
0 commit comments