diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e03862d..6a78499 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,7 @@ jobs: cd csci181s-course-project/; git stash; git pull; + sudo systemctl stop servre.service; sudo systemctl enable server.service; sudo systemctl start server.service; sudo systemctl status server.service;