From 6b1af73427d864b7002c8679ec26171ce337ce05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 16 Oct 2013 11:00:40 +0200 Subject: [PATCH] use deploy user --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 72fed07..31cbc81 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require "stringex" ## -- Rsync Deploy config -- ## # Be sure your public key is listed in your server's ~/.ssh/authorized_keys file -ssh_user = "joerg@higgsboson.tk" +ssh_user = "deploy@higgsboson.tk" ssh_port = "22" document_root = "/srv/http/blog/" rsync_delete = true