From 9485dc0774c9562a1174d66b6d684c2a9eca136d Mon Sep 17 00:00:00 2001 From: jinia91 Date: Fri, 17 Dec 2021 00:03:28 +0900 Subject: [PATCH] cicd --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index cff7701..c131fd2 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-dev.yml \ + -Dspring.config.location=classpath: /home/ec2-user/app/application-dev.yml \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &