Skip to content

Commit 7e4fd32

Browse files
authored
[Docs] Fix CD.yml
1 parent 6dba051 commit 7e4fd32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
export LOCAL_DATASOURCE_PASSWORD="${{ secrets.LOCAL_DATASOURCE_PASSWORD }}"
4747
4848
JAR_FILE=$(ls /home/ubuntu/app/*SNAPSHOT.jar | grep -v plain | head -n 1)
49-
nohup java -jar $JAR_FILE > /home/ubuntu/app/app.log 2>&1 &
49+
setsid java -jar $JAR_FILE > /home/ubuntu/app/app.log 2>&1 < /dev/null &
5050
exit 0

0 commit comments

Comments
 (0)