From 25f80662df533fc61d8ef2f956153ad62089b57b Mon Sep 17 00:00:00 2001 From: jaeyeonling Date: Mon, 8 Jul 2024 00:38:12 +0900 Subject: [PATCH] fix process name --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 4e10969..810a5a2 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -pm2 stop reaction-game +pm2 delete discord-bot pm2 start java --name discord-bot -- \ -Duser.timezone=Asia/Seoul \ -Dfile.encoding=UTF-8 \