[hakyll] delete old deploycommand

This commit is contained in:
Dhananjay Balan 2024-01-07 19:59:11 +01:00
parent 6164ceb4c4
commit 436cccf40e

View File

@ -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