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 73e27f0 commit 56483e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,14 @@ jobs:
envs: BRANCH_NAME, REMOTE_SSH_PASSWORD
script_stop: true
script: |
echo $BRANCH_NAME
cd workspaces/1day1baek/back
git reset --hard HEAD
echo 11111111111111111111111111111111111111111
git checkout -B $BRANCH_NAME
git pull origin $BRANCH_NAME
echo 2222222222222222222222222222222222
server_process=$(ps -ef | grep OneDayOneBaek-0.0.1-SNAPSHOT.jar$)
server_process=$(ps -ef | grep OneDayOneBaek-0.0.1-SNAPSHOT.jar$ | grep java)
echo 333333333333333333333333333333333
if [ -n "$server_process" ]; then
Expand Down

0 comments on commit 56483e7

Please sign in to comment.