remove ipv4 from deploy command

This commit is contained in:
nek0 2019-08-24 15:37:34 +02:00
parent a2dd7f3863
commit 7f94d95898
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ feedConf = FeedConfiguration
config :: Configuration
config = defaultConfiguration
{ deployCommand = "rsync --del --checksum -ave 'ssh -4 -p 5555' \\_site/* nek0@nek0.eu:/home/nek0/blog"
{ deployCommand = "rsync --del --checksum -ave 'ssh -p 5555' \\_site/* nek0@nek0.eu:/home/nek0/blog"
}
--------------------------------------------------------------------------------