diff --git a/push_updates.sh b/push_updates.sh index 258b40351fdebec507ee09a5b6d26f69c27f03de..2dd62e4943016c4e08664ebf9a3682f9e4979d3a 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