... | ... |
@@ -4,8 +4,8 @@ require "stringex" |
4 | 4 |
|
5 | 5 |
## -- Rsync Deploy config -- ## |
6 | 6 |
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file |
7 |
-ssh_user = "mathisweb@octopress.org" |
|
8 |
-document_root = "~/octopress.org/" |
|
7 |
+ssh_user = "user@domain.com" |
|
8 |
+document_root = "~/website.com/" |
|
9 | 9 |
deploy_default = "rsync" |
10 | 10 |
|
11 | 11 |
# This will be configured for you when you run config_deploy |