From 2620826726bdb4d82f76b8177ab1eef01db1b3a7 Mon Sep 17 00:00:00 2001
From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk>
Date: Sun, 23 May 2021 17:24:46 +0000
Subject: [PATCH] Update model

---
 push_updates.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/push_updates.sh b/push_updates.sh
index 258b403..2dd62e4 100644
--- a/push_updates.sh
+++ b/push_updates.sh
@@ -1,2 +1,6 @@
 #!/bin/bash
-ehco "Pushing updates to repo..."
+echo "Pulling updates..."
+git pull
+
+echo "Restarting server..."
+pm2 restart all
-- 
GitLab