summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-08 21:10:26 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-08 21:10:26 +0100
commitf261c254f3a1fef2d896ab038270f79ddaa41b02 (patch)
tree92c9216530ba1756ce60e8c09428d2fc0befd1b8
parentd9a2313f1594389dd1254af50d4c1e6029532566 (diff)
downloaddirty-haskell.org-f261c254f3a1fef2d896ab038270f79ddaa41b02.tar
dirty-haskell.org-f261c254f3a1fef2d896ab038270f79ddaa41b02.tar.gz
dirty-haskell.org-f261c254f3a1fef2d896ab038270f79ddaa41b02.tar.bz2
dirty-haskell.org-f261c254f3a1fef2d896ab038270f79ddaa41b02.tar.xz
dirty-haskell.org-f261c254f3a1fef2d896ab038270f79ddaa41b02.zip
Restore deploy command
-rw-r--r--src/Site.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Site.hs b/src/Site.hs
index a8538c7..9ea6e1a 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 -v --progress -ac --no-P --no-g --chmod=ugo=rX --delete-delay -m _site/ /srv/www/dirty-haskell.org/" 264 , deployCommand = "rsync -v --progress -ac --no-P --no-g --chmod=ugo=rX --delete-delay -m _site/ gkleen@ymir.yggdrasil.li:/srv/www/dirty-haskell.org/"
265 } 265 }