git pull origin master # Production
git pull origin develop # Development
cd $GOPATH/src/gitote/gitote
make bindata
go build
sudo systemctl restart gitote.service
sudo systemctl restart nginx.service
sudo systemctl status gitote.service
sudo systemctl status nginx.service