make admin run migrations manually
This commit is contained in:
parent
84ca7ad136
commit
ae8ce33217
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ in {
|
||||||
Environment = "NODE_ENV=production";
|
Environment = "NODE_ENV=production";
|
||||||
WorkingDirectory = "/srv/misskey";
|
WorkingDirectory = "/srv/misskey";
|
||||||
User = "misskey";
|
User = "misskey";
|
||||||
ExecStart = "${nodePackages.pnpm}/bin/pnpm migrateandrun";
|
ExecStart = "${nodePackages.pnpm}/bin/pnpm start";
|
||||||
RuntimeDirectory = "misskey";
|
RuntimeDirectory = "misskey";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue