change deploy

This commit is contained in:
nek0
2018-11-08 21:37:12 +01:00
parent 6ca831e624
commit d76c942108
2 changed files with 3 additions and 3 deletions

View File

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