aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index b117d0c2..4c5017b5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,8 +4,8 @@ require "stringex"
## -- Rsync Deploy config -- ##
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
-ssh_user = "mathisweb@octopress.org"
-document_root = "~/octopress.org/"
+ssh_user = "user@domain.com"
+document_root = "~/website.com/"
deploy_default = "rsync"
# This will be configured for you when you run config_deploy