diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 644a4c9..273ac9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,6 +37,6 @@ jobs: server_pid=(${server_process// / }) server_pid=${server_pid[1]} - echo $REMOTE_SSH_PASSWORD | sudo kill -9 $server_pid + echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid # ./run_sandbox.sh \ No newline at end of file