This commit is contained in:
jinia91
2021-12-17 00:15:20 +09:00
parent ec7f2a1a23
commit 7220da3b82

View File

@@ -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 &