Skip to content

Commit 944f2bd

Browse files
committed
Update deploy.yml
1 parent e4484cb commit 944f2bd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
sync: false
3838
request_pty: false
3939
script: |
40-
pkill -f 'java -jar.*week8-0.0.1-SNAPSHOT.jar' || true
41-
cd ~/build/libs/
42-
nohup java -jar week8-0.0.1-SNAPSHOT.jar > /dev/null 2>&1 < /dev/null &
40+
nohup java -jar ~/build/libs/week8-0.0.1-SNAPSHOT.jar > /dev/null 2>&1 < /dev/null &
4341
4442
exit 0

0 commit comments

Comments
 (0)