remove ipv4 from deploy command
This commit is contained in:
parent
a2dd7f3863
commit
7f94d95898
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ feedConf = FeedConfiguration
|
||||||
|
|
||||||
config :: Configuration
|
config :: Configuration
|
||||||
config = defaultConfiguration
|
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"
|
||||||
}
|
}
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue