From e4275434a642909676163f87f8b15505c150f9d1 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Fri, 22 Jun 2018 09:20:24 +0200 Subject: [PATCH] Deploy instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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