mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
parent
acb2727ea7
commit
a1f91b5110
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ For migrating from Misskey v13, Misskey v12, and Foundkey, read [this document](
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# git pull
|
# git pull
|
||||||
NODE_ENV=production pnpm install && pnpm run build && pnpm run migrate
|
pnpm install
|
||||||
|
NODE_ENV=production pnpm run build && pnpm run migrate
|
||||||
pm2 start "NODE_ENV=production pnpm run start" --name Calckey
|
pm2 start "NODE_ENV=production pnpm run start" --name Calckey
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue