From 6f8fd5b3bbd0b399782ad1c2726147fe9f821788 Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Mon, 8 Jan 2024 00:17:56 +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 --- .idea/workspace.xml | 4 ++-- scripts/deploy.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c4a95fc..5fa72ca 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + diff --git a/scripts/deploy.sh b/scripts/deploy.sh index af06366..2645e46 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -21,6 +21,5 @@ fi echo "> Deploy - $JAR_PATH " nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null & -#nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null & ## Option #nohup java -jar $JAR_PATH --spring.profiles.active=prod > /dev/null 2> /dev/null < /dev/null &