Skip to content
Snippets Groups Projects
Commit 9ef4ae3a authored by rhatto's avatar rhatto
Browse files

Static: deployment

parent 65c88cf4
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,17 @@ Currently using [Ikiwiki](http://ikiwiki.info) with [Bootstrap](http://twitter.g
* [Templates](https://github.com/tgpfeiffer/ikiwiki-bootstrap-template).
* [Bootswatch](http://bootswatch.com) themes.
## Deployment
You can create passwordless SSH keys and use [rrsync](http://www.guyrutenberg.com/2014/01/14/restricting-ssh-access-to-rsync/) ([2](http://wiki.hands.com/howto/passphraseless-ssh/)) to restrict access. Then add an entry into your `~/.ssh/config`:
Host blog.example.org blog
HostName blog.example.org
User blog
IdentityFile ~/.ssh/blog@blog.example.org
Now simply run `make web_deploy` with the above mentioned `Makefile` do sync your static site!
## Ikiwiki references
* [Ikiwiki](http://ikiwiki.info).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment