diff --git a/README.md b/README.md index ff93a63..7ab61b0 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ mode, the site has the [jekyll:livereload](https://github.com/RobertDeRose/jekyl upon saving files in the source directory. ## Deploying the site -TODO: Set up webhook for auto-deployment on push to master. \ No newline at end of file +For now, just push to the git repo in root's homedir on the server. This will trigger the deployment. +``` +git remote add live ssh://root@data.coop:/root/datacoop.git +git push live +``` \ No newline at end of file