This commit is contained in:
jinia91
2021-12-16 23:54:45 +09:00
parent e190f87f16
commit be33cdec43

View File

@@ -33,6 +33,8 @@ chmod +x $JAR_NAME
echo "> $JAR_NAME 실행"
nohup java -jar $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &
nohup java -jar \
-Dspring.config.location=classpath: /application-dev.yml \
$JAR_NAME > $REPOSITORY/nohup.out 2>&1 &