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 30531cc commit 85e7aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if [ -n "$server_process" ]; then
server_pid=(${server_process// / })
server_pid=${server_pid[1]}
echo "existed server pid : $server_pid"
echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid
fi
Expand Down

0 comments on commit 85e7aca

Please sign in to comment.