mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 17:14:17 +08:00
change to pm2 start server/server.js directly due to (#273)
This commit is contained in:
@@ -198,7 +198,7 @@ if (type == "local") {
|
||||
bash("git clone https://github.com/louislam/uptime-kuma.git .");
|
||||
bash("npm run setup");
|
||||
|
||||
bash("pm2 start npm --name uptime-kuma -- run start-server -- --port=$port");
|
||||
bash("pm2 start server/server.js --name uptime-kuma -- --port=$port");
|
||||
|
||||
} else {
|
||||
defaultVolume = "uptime-kuma";
|
||||
|
Reference in New Issue
Block a user