diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 16:12:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-14 16:12:57 -0300 |
commit | 9ef4ae3ab81e0f2a12b2d19984528e0174e4a673 (patch) | |
tree | f3612cd1f7ad447537219f4eff19997a256049b9 | |
parent | 65c88cf4770dff781249f6d5b470c01a9a0c6d04 (diff) | |
download | blog-9ef4ae3ab81e0f2a12b2d19984528e0174e4a673.tar.gz blog-9ef4ae3ab81e0f2a12b2d19984528e0174e4a673.tar.bz2 |
Static: deployment
-rw-r--r-- | static.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static.mdwn b/static.mdwn index 734df0e..105a0ae 100644 --- a/static.mdwn +++ b/static.mdwn @@ -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). |