This commit is contained in:
jinia91
2021-12-16 23:30:29 +09:00
parent 62674eebab
commit 1985802c46
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -37,4 +37,5 @@ out/
#src/main/resources/static/node_modules
### config ###
src/main/resources/application.yml
src/main/resources/application-dev.yml

View File

@@ -34,3 +34,5 @@ chmod +x $JAR_NAME
echo "> $JAR_NAME 실행"
nohup java -jar $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &