diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 10a1ee9..ec0cb51 100644 --- 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,classpath:/home/ubuntu/app/step1/application-oauth.yml \ + -Dspring.config.location=classpath:/application.yml,/home/ubuntu/app/step1/application-oauth.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &