]> gitweb.fluxo.info Git - blog.git/commitdiff
Static: deployment
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Jul 2015 19:12:57 +0000 (16:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Jul 2015 19:12:57 +0000 (16:12 -0300)
static.mdwn

index 734df0eb0e2f7d1bd41f1cdce8ce8b007757977f..105a0aeebdc5625d8c8795618c2e270e3048bceb 100644 (file)
@@ -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).