From b0195b9ced0cc04d5277d3532fb80337df2abb1b Mon Sep 17 00:00:00 2001 From: hyeseon han Date: Sat, 24 Feb 2024 12:47:27 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20deploy.sh=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 214f309..0cc86e6 100644 --- a/deploy.sh +++ b/deploy.sh @@ -3,4 +3,7 @@ echo "> FE 배포" cd /home/ubuntu/fridge-link-deploy -pm2 restart all \ No newline at end of file + +pm2 reload fride-link +pm2 startup +pm2 save \ No newline at end of file