From cd0ecf4c30ec4ad1f38a5d4da0a3a0b743fd5828 Mon Sep 17 00:00:00 2001 From: hyeseon han Date: Sat, 24 Feb 2024 14:45:16 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 00c1743..c4317f9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,6 @@ echo "> FE 배포" cd /home/ubuntu/fridge-link-deploy pm2 reload fride-link -pm2 start fride-link +pm2 --name fride-link start yarn --start pm2 startup pm2 save \ No newline at end of file