fix deploy command

This commit is contained in:
nek0 2019-08-24 15:30:49 +02:00
parent 976e6e9df2
commit 941d11bbe0
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ postCtx =
--------------------------------------------------------------------------------
config :: Configuration
config = defaultConfiguration
{ deployCommand = "rsync --del --checksum -arve 'ssh -p 5555 ' _site/* chaoszone@chelnok.de:/home/chaoszone/www/chaoszone"
{ deployCommand = "rsync --del --checksum -arve 'ssh -p 5557 ' _site/* chaoszone@chaoszone.cz:/home/chaoszone/www/chaoszone"
}
--------------------------------------------------------------------------------