new server

This commit is contained in:
nek0 2019-01-20 14:46:04 +01:00
parent f218bb8443
commit 7d921248aa
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@chelnok.de:/home/nek0/www/blog"
{ deployCommand = "rsync --del --checksum -ave 'ssh -p 5555' \\_site/* nek0@nek0.eu:/home/nek0/blog"
}
--------------------------------------------------------------------------------