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 &