From 2520e9a8eb78d78bdb3b3f146058234a8cc1a954 Mon Sep 17 00:00:00 2001 From: Sin Ye Rin <91180366+nyeroni@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:00:14 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B0=B0=ED=8F=AC=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=88=98=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 0d32950..83b2a2a 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -29,5 +29,5 @@ chmod +x $JAR_NAME echo "> $JAR_NAME 실행" nohup java -jar \ - -Dspring.config.location=classpath:/application.yml,/home/ubuntu/app/application-oauth.yml \ + -Dspring.config.location=classpath:/application.yml,classpath:/home/ubuntu/app/application-oauth.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &