Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
gidskql6671 committed May 24, 2024
1 parent f0330cc commit a534157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
server_pid=(${server_process// / })
server_pid=${server_pid[1]}
echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid
sleep 5
if [ -n "$server_pid" ]; then
echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid
fi
echo TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
ps -ef | grep OneDayOneBaek-0.0.1-SNAPSHOT.jar | grep java
Expand Down

0 comments on commit a534157

Please sign in to comment.