From 941d11bbe03f3b31f2617f3e276a47e5e0044521 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 24 Aug 2019 15:30:49 +0200 Subject: [PATCH] fix deploy command --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 13dbe02..d6d6ecc 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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" } --------------------------------------------------------------------------------