legacy ip

This commit is contained in:
nek0 2019-01-20 14:50:39 +01:00
parent 0b8e0e4e20
commit 61f8021ff9
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 -p 5555' \\_site/* nek0@nek0.eu:/home/nek0/blog"
{ deployCommand = "rsync --del --checksum -ave 'ssh -4 -p 5555' \\_site/* nek0@nek0.eu:/home/nek0/blog"
}
--------------------------------------------------------------------------------