local deploy

This commit is contained in:
nek0 2017-11-10 13:54:22 +01:00
parent 8e996dd7ce
commit b72a64bf08
1 changed files with 1 additions and 1 deletions

View File

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