From 4cd96540617862e7482e276bfb3b76f7cdf13ca4 Mon Sep 17 00:00:00 2001 From: ParkYunHo Date: Sun, 25 Feb 2024 18:24:12 +0900 Subject: [PATCH] =?UTF-8?q?:bug:fix=20:=20=EC=83=81=EC=9A=A9=20profile=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/build.gradle.kts b/bootstrap/build.gradle.kts index 893d154..806a70e 100644 --- a/bootstrap/build.gradle.kts +++ b/bootstrap/build.gradle.kts @@ -51,7 +51,7 @@ jib { jvmFlags = listOf( "-Dsun.net.inetaddr.ttl=0", // DNS cache TTL "-XX:+PrintCommandLineFlags", // Print JVM Flags - "-Dspring.profiles.active=prod" // profile 설정 + "-Dspring.profiles.active=deploy" // profile 설정 ) } } \ No newline at end of file