From 436cccf40e03b134524e826ff494f8fa98a90418 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Sun, 7 Jan 2024 19:59:11 +0100 Subject: [PATCH] [hakyll] delete old deploycommand --- site.hs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/site.hs b/site.hs index cf447b6..17ab615 100644 --- a/site.hs +++ b/site.hs @@ -11,16 +11,8 @@ import Text.Regex (mkRegex, splitRegex) -------------------------------------------------------------------------------- config :: Configuration -{- -deploy command expects www to point to web server - this is the current config -Host www - Hostname 10.1.10.30 - User root - ProxyJump dj@ares.dbalan.in --} config = defaultConfiguration { destinationDirectory = "public" - , deployCommand = "rsync -vrP public/ www:/usr/local/www/nginx/blog/" } feedConfig :: FeedConfiguration