From 8bf947912c200a8f4d4026a500a46c9586ff8f15 Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Mon, 8 Jan 2024 11:31:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e048508..86896de 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -18,6 +18,7 @@ else sleep 5 fi +cd /home/ubuntu/GLOGG/server/build/libs echo "> Deploy - $JAR_PATH " nohup java -jar Glog-0.0.1-SNAPSHOT.jar & #nohup java -jar $JAR_PATH &