diff options
Diffstat (limited to 'provider/posts')
-rw-r--r-- | provider/posts/blog/git-deploy.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/provider/posts/blog/git-deploy.md b/provider/posts/blog/git-deploy.md new file mode 100644 index 0000000..14745a6 --- /dev/null +++ b/provider/posts/blog/git-deploy.md | |||
@@ -0,0 +1,17 @@ | |||
1 | --- | ||
2 | title: dirty-haskell.orgĀ“s git-based publication system | ||
3 | tags: Blog Software | ||
4 | --- | ||
5 | |||
6 | Initially I set up dirty-haskell.org (which is currently powered by [hakyll]()) | ||
7 | to [rsync]() the results of compiling up onto my server whenever I intone | ||
8 | `dirty-haskell deploy`{.sh}. | ||
9 | |||
10 | In my ever continuing quest to have my life consist mostly of an array of git | ||
11 | repositories however this didn't seem satisfactory. | ||
12 | Therefore I configured my [gitolite]() instance to automatically compile und | ||
13 | publish the current git version whenever I push to `master`. | ||
14 | |||
15 | [hakyll]: https://jaspervdj.be/hakyll/ | ||
16 | [rsync]: | ||
17 | [gitolite]: | ||