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 1bb2460 commit 680b192
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,11 @@ jobs:
git pull origin $BRANCH_NAME
server_process=$(ps -ef | grep OneDayOneBaek-0.0.1-SNAPSHOT.jar$ | grep java)
echo $server_process
server_pid=(${server_process// / })
server_pid=${server_pid[1]}
echo $server_pid
if [ -n "$server_pid" ]; then
echo test123123123
echo $REMOTE_SSH_PASSWORD | sudo -S kill -9 $server_pid
fi
echo TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
ps -ef | grep OneDayOneBaek-0.0.1-SNAPSHOT.jar | grep java
# ./run_sandbox.sh
./run_sandbox.sh

0 comments on commit 680b192

Please sign in to comment.