summaryrefslogtreecommitdiff
path: root/provider/posts/blog/git-deploy.md
blob: 14745a69791f13f6762d598193ed4326445b442d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: dirty-haskell.org´s git-based publication system
tags: Blog Software
---

Initially I set up dirty-haskell.org (which is currently powered by [hakyll]())
to [rsync]() the results of compiling up onto my server whenever I intone
`dirty-haskell deploy`{.sh}.

In my ever continuing quest to have my life consist mostly of an array of git
repositories however this didn't seem satisfactory.
Therefore I configured my [gitolite]() instance to automatically compile und
publish the current git version whenever I push to `master`.

[hakyll]: https://jaspervdj.be/hakyll/
[rsync]:
[gitolite]: