From 66cc81ce6e0743140d6165fb2bafd33f71a1a58b Mon Sep 17 00:00:00 2001 From: Sin Ye Rin <91180366+nyeroni@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:38:46 +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(-) mode change 100644 => 100755 scripts/deploy.sh diff --git a/scripts/deploy.sh b/scripts/deploy.sh old mode 100644 new mode 100755 index ec0cb51..0d32950 --- 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/step1/application-oauth.yml \ + -Dspring.config.location=classpath:/application.yml,/home/ubuntu/app/application-oauth.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &