Skip to content

Commit

Permalink
Merge branch 'QB-45' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phjppo0918 committed Dec 19, 2023
2 parents e909a83 + e2f8092 commit cbd0915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
script: |
cd server/build/libs
sudo kill -9 $(sudo lsof -t -i:8080)
nohup java -jar qbox-server-0.0.1-SNAPSHOT.jar > nohup.out 2> nohup.err < /dev/null &
sudo nohup java -jar qbox-server-0.0.1-SNAPSHOT.jar > nohup.out 2> nohup.err < /dev/null &
sudo service nginx restart
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
script: |
cd server/build/libs
sudo kill -9 $(sudo lsof -t -i:8080)
nohup java -jar qbox-server-0.0.1-SNAPSHOT.jar > nohup.out 2> nohup.err < /dev/null &
sudo nohup java -jar qbox-server-0.0.1-SNAPSHOT.jar > nohup.out 2> nohup.err < /dev/null &
sudo service nginx restart

0 comments on commit cbd0915

Please sign in to comment.