summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-08 20:01:13 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-08 20:01:13 +0100
commit5711966f8b856f9b0a4326264b84d6e839588d8c (patch)
tree0eca940a96c30d2d12ffd4ac06baba8d2dfdf386 /src
parent64b372cf7ec8795b5061b36baf8505de02397835 (diff)
downloaddirty-haskell.org-5711966f8b856f9b0a4326264b84d6e839588d8c.tar
dirty-haskell.org-5711966f8b856f9b0a4326264b84d6e839588d8c.tar.gz
dirty-haskell.org-5711966f8b856f9b0a4326264b84d6e839588d8c.tar.bz2
dirty-haskell.org-5711966f8b856f9b0a4326264b84d6e839588d8c.tar.xz
dirty-haskell.org-5711966f8b856f9b0a4326264b84d6e839588d8c.zip
Finish git-deploy
Diffstat (limited to 'src')
-rw-r--r--src/Site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Site.hs b/src/Site.hs
index 6aa50c9..607c33c 100644
--- a/src/Site.hs
+++ b/src/Site.hs
@@ -261,5 +261,5 @@ toFilePath' = (providerDirectory config </>) . toFilePath
261 261
262config :: Configuration 262config :: Configuration
263config = defaultConfiguration { providerDirectory = "provider" 263config = defaultConfiguration { providerDirectory = "provider"
264 , deployCommand = "rsync -av --progress -c --delete-delay -m _site/ gkleen@ymir.yggdrasil.li:/srv/www/dirty-haskell.org/" 264 , deployCommand = "rsync -av --progress -c --delete-delay -m _site/ /srv/www/dirty-haskell.org/"
265 } 265 }