DEPLOYMENT.md 439 B

Deployment

Git

git pull origin master # Production
git pull origin develop # Development

Update Gitote

cd $GOPATH/src/gitote/gitote
make bindata
go build

Restart Services

sudo systemctl restart gitote.service
sudo systemctl restart nginx.service

Check Services Status

sudo systemctl status gitote.service
sudo systemctl status nginx.service
Happy Coding ❤️