Skip to content

Commit

Permalink
Update Cathand.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeundada authored Apr 18, 2024
1 parent 3afd5d9 commit 6759d2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Cathand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: 22
script_stop: true
script: |
kill -9 $(ps -ef | grep java | head -n 1 | awk '{print $2}')
nohup java -jar *.jar 1> /dev/null 2>&1 &
debug: true
script: uptime

0 comments on commit 6759d2d

Please sign in to comment.