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 35e9d3d commit da9b549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
server_pid=(${server_process// / })
server_pid=${server_pid[1]}
# if [ -n "$server_pid" ]; then
# echo "existed server pid : $server_pid"
if [ -n "$server_pid" ]; then
echo "existed server pid : $server_pid"
# echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid
# fi
echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid
fi
# . ~/.asdf/plugins/java/set-java-home.bash
# ./run_sandbox.sh

0 comments on commit da9b549

Please sign in to comment.