Deploy instructions

This commit is contained in:
Jesper Hess 2018-06-22 09:20:24 +02:00
parent 7768549493
commit e4275434a6
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 5 additions and 1 deletions

View File

@ -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.
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
```