Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Only api server needs a restart
Browse files Browse the repository at this point in the history
  • Loading branch information
namoray committed Mar 20, 2024
1 parent dfc34e2 commit afa3a01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions autoupdate_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
# SOME STEPS ARE COMMENTED OUT IN THIS UPDATE AS THEY ARE NOT NEEDED

pm2 delete "api_server"
pm2 delete "safety_server"
pm2 delete "checking_server"
./validation/api_server.sh


# pm2 delete "safety_server"
# pm2 delete "checking_server"

# ./get_models.sh

Expand All @@ -25,4 +28,4 @@ pm2 delete "checking_server"
# pip3 install -r git_requirements.txt
# fi

./validation/run_all_servers.sh

0 comments on commit afa3a01

Please sign in to comment.