From 2ac60d3f4bd3a4f4d565c5382c37ed1ec9c8c73f Mon Sep 17 00:00:00 2001 From: byeolhaha Date: Thu, 9 Nov 2023 19:17:28 +0900 Subject: [PATCH] =?UTF-8?q?Chore=20:=20active=20profile=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d63369fe..61d70d36 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -19,4 +19,4 @@ else fi echo "> Deploy - $JAR_PATH " -nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null & +nohup java -jar -Dspring.profiles.active=prod,oauth $JAR_PATH > /dev/null 2> /dev/null < /dev/null &