forked from data.coop/website
Deploy instructions
This commit is contained in:
parent
7768549493
commit
e4275434a6
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue