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