mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
[Deploy to demo] No need to restart demo-kuma
This commit is contained in:
parent
dbe73bd6ae
commit
61506b1af2
@ -43,10 +43,11 @@ const prompt = (query) => new Promise((resolve) => rl.question(query, resolve));
|
|||||||
});
|
});
|
||||||
console.log(result.stdout + result.stderr);
|
console.log(result.stdout + result.stderr);
|
||||||
|
|
||||||
|
/*
|
||||||
result = await ssh.execCommand("pm2 restart 1", {
|
result = await ssh.execCommand("pm2 restart 1", {
|
||||||
cwd,
|
cwd,
|
||||||
});
|
});
|
||||||
console.log(result.stdout + result.stderr);
|
console.log(result.stdout + result.stderr);*/
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user