cicd 테스트

This commit is contained in:
jinia91
2021-12-16 21:48:57 +09:00
parent a0ab9c0877
commit ab7440e8ea

View File

@@ -32,5 +32,5 @@ echo "> $JAR_NAME 에 실행권한 추가"
chmod +x $JAR_NAME
echo "> $JAR_NAME 실행"
nohup java -jar $JAR_NAME > $REPOSITORY/nohup.out 2>&1 &