diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-08 21:10:26 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-08 21:10:26 +0100 |
| commit | f261c254f3a1fef2d896ab038270f79ddaa41b02 (patch) | |
| tree | 92c9216530ba1756ce60e8c09428d2fc0befd1b8 | |
| parent | d9a2313f1594389dd1254af50d4c1e6029532566 (diff) | |
| download | dirty-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.hs | 2 |
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 | ||
| 262 | config :: Configuration | 262 | config :: Configuration |
| 263 | config = defaultConfiguration { providerDirectory = "provider" | 263 | config = 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 | } |
