diff --git a/scripts/deploy.sh b/scripts/deploy.sh index c131fd2..90d8d3b 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: /home/ec2-user/app/application-dev.yml \ + -Dspring.config.location=classpath:/application.yml,classpath:/home/ec2-user/app/application-dev.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &