summaryrefslogtreecommitdiff
path: root/provider/posts/blog/git-deploy.md
diff options
context:
space:
mode:
Diffstat (limited to 'provider/posts/blog/git-deploy.md')
-rw-r--r--provider/posts/blog/git-deploy.md17
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---
2title: dirty-haskell.orgĀ“s git-based publication system
3tags: Blog Software
4---
5
6Initially I set up dirty-haskell.org (which is currently powered by [hakyll]())
7to [rsync]() the results of compiling up onto my server whenever I intone
8`dirty-haskell deploy`{.sh}.
9
10In my ever continuing quest to have my life consist mostly of an array of git
11repositories however this didn't seem satisfactory.
12Therefore I configured my [gitolite]() instance to automatically compile und
13publish the current git version whenever I push to `master`.
14
15[hakyll]: https://jaspervdj.be/hakyll/
16[rsync]:
17[gitolite]: