From b72a64bf08658508592fcfc44547be9df94af508 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 10 Nov 2017 13:54:22 +0100 Subject: [PATCH] local deploy --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index c5d53f5..7bf1e38 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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/" } --------------------------------------------------------------------------------