After logging in to the server, change to the project directory
cd go/src/github.com/imkostas/LAWLIPOPS
Pull the latest changes from github
git pull
Build a new executable to include the changes
go build
Stop the previous service
sudo service LAWLIPOPS stop
Start the service again
sudo service LAWLIPOPS start