From 7220da3b82ac2bee7f5a0b7e79ff953939631a71 Mon Sep 17 00:00:00 2001 From: jinia91 Date: Fri, 17 Dec 2021 00:15:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=85=E3=85=82?= 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 90d8d3b..d35ce28 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -34,7 +34,7 @@ chmod +x $JAR_NAME echo "> $JAR_NAME 실행" nohup java -jar \ - -Dspring.config.location=classpath:/application.yml,classpath:/home/ec2-user/app/application-dev.yml \ + -Dspring.config.location=classpath:/application.yml,/home/ec2-user/app/application-dev.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &